![]() | Products |
| Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 SQL Manual » Types » Approximate Numeric Types |
| Type | Description |
| DOUBLE PRECISION | A 64-bit, floating-point numeric value with a maximum precision of 16 digits. |
| FLOAT[(<Precision>)] | A 64-bit, floating-point numeric value with a maximum precision of 16 digits. The precision is ignored if specified. |
-- This example specifies a FLOAT literal SELECT * FROM Orders WHERE Amount > 100.00 -- This example specifies a FLOAT literal using -- scientific notation SELECT * FROM Planets WHERE Distance > 100E+10
| Deviation | Details |
| REAL Type | ElevateDB does not support the REAL type. Use the DOUBLE PRECISION or FLOAT type instead. |
This web page was last updated on Tuesday, September 16, 2025 at 04:56 PM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

