OracleAggregate FunctionsSTDDEV_POP
STDDEV

STDDEV_POPAggregate Functions

VARIANCE

Returns the population standard deviation.

Syntax

STDDEV_POP(expr)

Example

Enter values below to update the example in real time.

price
pop_stddev
products
SELECT STDDEV_POP(price) AS pop_stddev FROM products;