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