Reference Guide > TDV Support for SQL Functions > TDV-Supported Analytical Functions > VARIANCE
 
VARIANCE
VARIANCE returns the variance of expression.
Syntax
VARIANCE ( [DISTINCT | ALL ] expression) OVER (window_clause)
Remarks
Without a window clause, VARIANCE is a simple aggregate function.