Selecione Nth Linha em Mysql
SELECT * FROM table ORDER BY ID LIMIT n-1,1
Lucky Louse
SELECT * FROM table ORDER BY ID LIMIT n-1,1