3. Understanding SQL Data Types : Literals : Numeric Literals : Floating Point Literals
 
Share this page                  
Floating Point Literals
A floating point literal must be specified using scientific notation. The format is:
[+|-] {digit} [.{digit}] e|E [+|-] {digit}
For example:
2.3e-02
At least one digit must be specified either before or after the decimal point.