FIRST_ELEMENT gives you the first element in a list / sequence.
FIRST_ELEMENT
FIRST_ELEMENT([a, b, c])
This will return a.
a
Last updated 1 month ago
Was this helpful?