AVG
Computes the average (arithmetic mean) of all input values.
Syntax
Arguments
X
X
Type: numeric
The values to be averaged.
Returns
Type: double
Returns the average of all input values.
Examples
Transformation job example
SQL
Query result
ordertype | avgtotal |
---|---|
pickup | 1062.14 |
shipping | 1061.91 |
Last updated