Reference Guide > TDV Support for SQL Functions > Aggregate Functions > FIRST
 
FIRST
The FIRST() function returns the first value of the selected column.
Syntax
FIRST(COLUMN_NAME)
Example
SELECT FIRST(column_name) FROM table_name;