Code has been added to clipboard!

Alternative to SQL SELECT TOP

Example
SELECT column_name(s)
FROM name_table
WHERE condition
LIMIT number;