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