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