0

I have a query in mysql to do pagination using start index and no of records per page, the query is

SELECT * FROM TABLE LIMIT STARTINDEX, PAGESIZE.                       

This is working really fine with a MySQL database. But I have to do same thing with an Oracle database.

However, this query is does not work in Oracle. Can someone give a query which works in Oracle using start index and page size?

There are other questions which has taken many conditions but I want to use only start index and page size options.

Lee Taylor
  • 6,091
  • 14
  • 26
  • 43
abey
  • 737
  • 5
  • 12
  • 31

0 Answers0