Code has been added to clipboard!

Workaround for SQL FIRST for Oracle

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