Home » MySQL Math MIN() Function

MySQL Math MIN() Function

by Online Tutorials Library

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

MySQL Math MIN() Function

Next TopicMySQL Math

You may also like