Answers for "mysql top 10 % records"

SQL
1

top 10 rows in mysql

select * from table_name ORDER BY id LIMIT 10;
Posted by: Guest on February-21-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language