!--a11y-->
GREATEST(x,y,...) or LEAST(x,y) is a
special function that calculates the maximum or minimum value of all arguments.The functions can be applied to any data type. The data types of the individual arguments must be comparable.
|
Result of the function | |
At least one argument is the NULL value |
NULL value |
At least one argument is the special NULL value |
Special NULL value |
