LAST
Returns the last input value to arrive for each group.
Syntax
Arguments
X
X
Type: any
The value to return.
Returns
Type: same as input
Returns last value of X
that arrived for each group.
Examples
Transformation job example
SQL
Query result
ordertype | last_customer |
---|---|
pickup | Terry.Peterson8@hotmail.com |
shipping | Elijah.Myersln@comcast.net |
Last updated