95
MySQL LEAST() Function
The least() is a Math function of MySQL. This function is used to get the smallest number from the list.
Syntax
Prameter:
Exp1, exp2, exp3…. expn : expressions for getting smallest number.
Returns
This function returns the smallest number from the list.
Example 1
Output:
Example 2
Output:
Example 3
Output:
Next TopicMySQL Math