Reference Guide > TDV Support for SQL Functions > TDV-Supported Analytical Functions > STDDEV_SAMP
 
STDDEV_SAMP
STDDEV_SAMP computes the cumulative sample standard deviation and returns the square root of the sample variance.
Syntax
STDDEV_SAMP ( [DISTINCT | ALL ] expression) OVER (window_clause)
Remarks
Without a window clause, STDDEV_SAMP is a simple aggregate function.