NULL numeric values produced by an expression. The population standard deviation shows how spread out the values in a population are, by measuring the average distance of each value from the population’s mean.
For information about the sample standard deviation, which estimates the spread of values across sample rather than the full population, see STDDEV_SAMP.
Syntax
Parameters
Return Type
STDDEV_POP returns a result of type DOUBLE PRECISION.
Special cases
- If there are no non-
NULLinput values, the result isNULL. - If the input contains an
InforNaNvalue, the result will beNaN.
Example
The following example calculates the population standard deviation of five grade values:Rows: 1Execution time: 6.58ms