SELECT * FROM ( SELECT t1.*, ROWNUM rnum FROM your_table t1 WHERE t1.name = ? ORDER BY t1.name DESC) WHERE rnum >=? AND rownum You got to be kidding me is there not an easy way like limit in mysql
The Incident Archive: A blog to store my knowledge on the errors that I fix on a daily basis