STDEVP
VAR
VARP
Returns the sample variance.
VAR(expr)
Enter values below to update the example in real time.
salary
salary_var
employees
SELECT VAR(salary) AS salary_var FROM employees;