TO_BINARY_DOUBLE(x) converts x to a BINARY_DOUBLE.
TO_BINARY_DOUBLE(x)
BINARY_DOUBLE
x is the value to convert to.
x
SQL> select TO_BINARY_DOUBLE(123123123) from dual; TO_BINARY_DOUBLE(123123123) --------------------------- 1.231E+008 SQL>