Numerics
Here's an overview of working with numerics types in FeatureQL.
Numerics types include:
TINYINT
,SMALLINT
,MEDIUMINT
,BIGINT
FLOAT
,DOUBLE
DECIMAL
You can see the full list of numerics functions in the Functions page.
Numerics literals
On this page