MSSQLAggregate FunctionsSTDEV
STRING_AGG

STDEVAggregate Functions

STDEVP

Returns the sample standard deviation.

Syntax

STDEV(expr)

Example

Enter values below to update the example in real time.

STDEV
salary
salary_stddev
employees
SELECT STDEV(salary) AS salary_stddev FROM employees;