Top 10 des lignes dans MySQL
select * from table_name ORDER BY id LIMIT 10;
Snippets
select * from table_name ORDER BY id LIMIT 10;