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