Mysql
 sql >> Base de Dados >  >> RDS >> Mysql

Retorna o enésimo registro da consulta MySQL


SELECT * FROM table ORDER BY ID LIMIT n-1,1

Ele diz retornar um registro começando no registro n.