description |
---|
This section contains reference documentation for the VAR_SAMP function. |
Returns the sample variance of a numerical column.
VAR_SAMP(col1) -> double
These examples are based on the Batch Quick Start.
SELECT VAR_SAMP(numberOfGames) AS variance
FROM baseballStats