For the complete documentation index, see llms.txt. This page is also available as Markdown.

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?