LAST_ELEMENT
Returns the last element in the array.
Syntax
Arguments
Name | Type | Description | Default Value |
---|---|---|---|
input | any |
Examples
input | Output |
---|---|
null::string | null |
array['a', 'b', 'c'] |
|
Transformation job example
SQL
Query result
input | Output |
---|---|
null::string | null |
Last updated