STDDEV_POP

STDDEV_POP computes the population standard deviation and returns the square root of the population variance.

Syntax

STDDEV_POP ( [DISTINCT | ALL ] expression) OVER (window_clause)

Remarks

Without a window clause, STDDEV_POP is a simple aggregate function. Refer Window Clause