This function returns the smallest of the specified expressions.
least::=
The data type BOOLEAN is not supported.
BOOLEAN
If one of the arguments is NULL, the function returns NULL.
NULL
SELECT LEAST(3,1,5) LEAST;