Code has been added to clipboard!

Workaround for SQL SELECT TOP

Example
SELECT column_name(s)
FROM name_table
WHERE ROWNUM <= number;