The MySQL LEAST()
function is a comparison function that returns the smallest value from a list of values.
The list of values is provided as multiple arguments. So in other words, LEAST()
returns the minimum-valued argument from a list of arguments.