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