MIN
Computes the minimum of all input values.
Syntax
Arguments
X
X
Type: numeric
The value to return.
Returns
Type: double
Returns the minimum of all input values.
Examples
Transformation job example
SQL
Query result
ordertype | mintotal |
---|---|
pickup | 0 |
shipping | 0 |
Last updated