81
MariaDB MAX() Function
MariaDB MAX() function is used to retrieve the maximum value of the expression.
Syntax:
Example:
MAX() Function with single expression
We have a table “Student”, having the following data:
Let’s retrieve greatest salary by using MAX() function.
Output:
Next TopicMariaDB Avg Function