Pilih baris ke -n di mysql
SELECT * FROM table ORDER BY ID LIMIT n-1,1
Lucky Louse
SELECT * FROM table ORDER BY ID LIMIT n-1,1