GREATEST
Determines the maximum element in an array column.
Category: Array Functions
Syntax
GREATEST(arr)
Arguments
- arr
arrayInput array or vector value.
Returns
element type of arr — Returns a single element from arr, preserving the array's element type.