Returns the statistical standard deviation of all values in an expression.
| Categories: | Aggregate |
| Descriptive Statistics | |
| Alias: | STD |
| Returned data type: | DOUBLE |
specifies any valid SQL expression.
| Interaction | At least two valid values are required in the column to perform the calculation. Otherwise the function returns a null value. |
| Data type | DOUBLE |
| See | <sql-expression> |
| FedSQL Expressions |
|
Statements
|
Results
|
|---|---|
select stddev(AvgHigh) from worldtemps; |
7.811414 |