Details
Description
GREATEST function returns the greatest value in a list of values
Signature: T greatest(T v1, T v2, ...)
all values should be the same type (like in COALESCE)
LEAST returns the least value in a list of values
Signature: T least(T v1, T v2, ...)
Attachments
Attachments
Issue Links
- is related to
-
HIVE-12082 Null comparison for greatest and least operator
- Closed