LISTAGG
MEDIAN
STDDEV
Returns the median value.
MEDIAN(expr)
Enter values below to update the example in real time.
salary
median_salary
employees
SELECT MEDIAN(salary) AS median_salary FROM employees;