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