Returns the range between values in an expression.
Categories: | Aggregate |
Descriptive Statistics | |
Returned data type: | the same type as the expression |
specifies any valid SQL expression.
Data type | BIGINT, DOUBLE, FLOAT, INTEGER, REAL, SMALLINT, TINYINT |
See | <sql-expression> |
FedSQL Expressions |
Statements
|
Results
|
---|---|
select range(AvgHigh) from worldtemps; |
27 |