Login ProductsSalesSupportDownloadsAbout |
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 Thursday, November 16, 2023 at 10:39 AM | Privacy PolicySite Map © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |