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