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 2 months ago
Was this helpful?