FIRST_ELEMENT

Description

FIRST_ELEMENT gives you the first element in a list / sequence.

Example

FIRST_ELEMENT([a, b, c])

This will return a.

Last updated

Was this helpful?