Code has been added to clipboard!

SQL LAST Workaround for SQL Server

Example
SELECT TOP 1 Name FROM Customers
ORDER BY ID DESC;