FIRST

The FIRST() function returns the first value of the selected column.

Syntax

“FIRST”(COLUMN_NAME)

Example

SELECT “FIRST”(“ProductNaame”) FROM Products;