87
MySQL MIN() Function
The min() is a Math function of MySQL. This function is used to get the minimum number of the given column name.
Syntax
Parameter:
aggregate_expression: column name from the table
table_name: name of the table.
Example 1
Next TopicMySQL Math