In MySQL, the difference between the MIN()
and LEAST()
 functions is exactly the same as the difference between the MAX()
and GREATEST()
functions.
In each case, both functions perform a similar operation, but they do have a different syntax.