SQL SELECT TOP Equivalent in MySQL and Oracle. MySQL Syntax. SELECT column_name(s) FROM table_name. LIMIT number; ...
www.w3schools.com