Trino Functions
Comparison Functions
greatest
Returns the largest of the provided values.
Examples:
examples.sql
Supported Signatures
least
Returns the smallest of the provided values.
Examples:
examples.sql
Supported Signatures