Answers for "show nth row in mysql"

SQL
0

select nth row in mysql

SELECT * FROM table ORDER BY ID LIMIT n-1,1
Posted by: Guest on July-03-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language