Quick Search:
 
 Oracle FLOAT Data Type      [Return To Index] Jump to:  

Term: FLOAT

Definition:
The FLOAT data type is a floating-point number with a binary precision. This ANSI data type is similar to NUMBER. It stores zero, positive, and negative floating-point numbers.

For FLOAT data types, precision p = Binary Precision (multiply by 0.30103 to convert).


Related Links:

Related Code Snippets:
  • TO_BINARY_FLOAT - TO_BINARY_FLOAT returns a single-precision floating-point number. expr can be...
 
   Home |    Search |    Code Library |    Sponsors |    Privacy |    Terms of Use |    Contact Us © 2003 - 2024 psoug.org