Home » MySQL Math MAX() Function

MySQL Math MAX() Function

by Online Tutorials Library

MySQL MAX() Function

The max() is a Math function of MySQL. This function is used to get the maximum number of the given column name.

Syntax

Parameter:

aggregate_expression: column name from the table

table_name: name of the table.

Returns

This function returns the maximum value of an expression.

Example 1

MySQL Math MAX() Function

Next TopicMySQL Math

You may also like