Reference Guide > TDV Support for SQL Functions > TDV-Supported Analytical Functions > VAR_POP
 
VAR_POP
VAR_POP returns the population variance of a set of numbers after discarding the NULLs in this set.
Syntax
VAR_POP ( [DISTINCT | ALL ] expression) OVER (window_clause)
Remarks
Without a window clause, VAR_POP is a simple aggregate function.