This section contains reference documentation for the STDDEV_POP function.
Was this helpful?
Returns the population standard deviation of a numerical column.
STDDEV_POP(col1) -> double
These examples are based on the .
SELECT STDDEV_POP(numberOfGames) AS stddev FROM baseballStats