MIN
MAX
STRING_AGG
Returns the maximum value.
MAX(expr)
Enter values below to update the example in real time.
salary
highest_salary
employees
SELECT MAX(salary) AS highest_salary FROM employees;