What column type in Oracle 10g can be used to store any value of java double up to and including Double.MAX_VALUE and Double.MIN_VALUE?
|
|
From the Oracle SQL Reference:
It looks like you may need BINARY_DOUBLE:
|
||||||||||
|
