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