ARRAY_MAX
Returns the maximum value of the given input array.
Syntax
Arguments
X
X
Type: array
An array of any comparable value type.
Returns
Type: same as input
The maximum value within X
.
Examples
Transformation job example
SQL
Query result
Last updated