Resolved! How to use setLimit and offset in query?
I have a table with 10000 records. I need to retrieve all the data from table and show it in UI page. I add pagination in the UI page(it shows only 50 records in the first page). As of now i wrote a query to retrieve all the records from the table an...