STDDEV_SAMP
This section contains reference documentation for the STDDEV_SAMP function.
Returns the sample standard deviation of a numerical column.
STDDEV_SAMP(col1) -> double
SELECT STDDEV_SAMP(numberOfGames) AS stddev
FROM baseballStats
Last modified 9mo ago