FIRST
Returns the first input value to arrive for each group.
Syntax
Arguments
X
X
Type: any
The value to return.
Returns
Type: same as input
Returns first value of X
that arrived for each group.
Examples
Transformation job example
SQL
Query result
ordertype | first_customer |
---|---|
pickup | Pamela.Nguyen@aol.com |
shipping | Patricia.Johnson@facebook.com |
Last updated