Code has been added to clipboard!

Workaround for SQL FIRST for SQL Server

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