MSSQLAggregate FunctionsVAR
STDEVP

VARAggregate Functions

VARP

Returns the sample variance.

Syntax

VAR(expr)

Example

Enter values below to update the example in real time.

VAR
salary
salary_var
employees
SELECT VAR(salary) AS salary_var FROM employees;