Open topic with navigation
The FIRST() function returns the first value of the selected column.
“FIRST”(COLUMN_NAME)
SELECT “FIRST”(“ProductNaame”) FROM Products;
Copyright © 2002-2023. Cloud Software Group, Inc. All Rights Reserved.