OracleAggregate FunctionsMAX
MIN

MAXAggregate Functions

LISTAGG

Returns the maximum value.

Syntax

MAX(expr)

Example

Enter values below to update the example in real time.

salary
highest_salary
employees
SELECT MAX(salary) AS highest_salary FROM employees;