Top 10 linhas do MySQL

select * from table_name ORDER BY id LIMIT 10;
Snippets