Code has been added to clipboard!

Selecting Last Value With SQL LAST

Example
SELECT LAST(Name) AS LastCustomerID FROM Customers;