From the SQL manual:So I don't think you're doing any better than with NUMBER.The FLOAT datatype is a floating-point number with a binary precision b. The default precision for this datatype is 126 binary, or 38 decimal.
The DOUBLE PRECISION datatype is a floating-point number with binary precision 126.




Reply With Quote