LAST_ELEMENT

Description

LAST_ELEMENT gives you the first element of a list / sequence.

Example

LAST_ELEMENT([a, b, c])

This will return c.

Last updated

Was this helpful?