MAX
Computes the maximum of all input values.
To compare string values, use STRING_MAX
.
Syntax
Arguments
X
X
Type: numeric
The field to find the maximum value of.
Returns
Type: double
Returns the maximum value of all input values.
Examples
Transformation job example
SQL
Query result
ordertype | maxtotal |
---|---|
pickup | 4260.36 |
shipping | 4457.55 |
Last updated