STRING_AGG
STDEV
STDEVP
Returns the sample standard deviation.
STDEV(expr)
Enter values below to update the example in real time.
salary
salary_stddev
employees
SELECT STDEV(salary) AS salary_stddev FROM employees;