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