Code has been added to clipboard!

SQL LAST Alternative for Oracle Users

Example
SELECT Name FROM Customers
ORDER BY ID DESC
WHERE ROWNUM <=1