Reference material for GREATEST function
The GREATEST function selects the largest value from a list of any number of expressions. The expressions must all be convertible to a common data type, which will be the type of the result. NULL values in the argument list are ignored. The result will be NULL only if all the expressions evaluate to NULL.
Parameter | Description | Supported input types |
---|---|---|
<expression> | The expression(s) to select greatest value. | Any |
Same as input type
Returns: 9
Reference material for GREATEST function
The GREATEST function selects the largest value from a list of any number of expressions. The expressions must all be convertible to a common data type, which will be the type of the result. NULL values in the argument list are ignored. The result will be NULL only if all the expressions evaluate to NULL.
Parameter | Description | Supported input types |
---|---|---|
<expression> | The expression(s) to select greatest value. | Any |
Same as input type
Returns: 9