MariaDB MAX() FunctionMariaDB MAX() function is used to retrieve the maximum value of the expression. Syntax: Example: MAX() Function with single expressionWe have a table "Student", having the following data: ![]() Let's retrieve greatest salary by using MAX() function. Output: ![]()
Next TopicMariaDB Avg Function
|