BIT_OR
STDDEV_POP
STDDEV_SAMP
Returns the population standard deviation.
STDDEV_POP(expr)
Enter values below to update the example in real time.
salary
pop_stddev
employees
SELECT STDDEV_POP(salary) AS pop_stddev FROM employees;