I've recently been handed a project that uses an Oracle database.
I've got a query that returns over a 1000 results, I want to display the results 20 at a time. I've got the query printing out the twenty results fine. Is it then possible for me to tell oracle to ignore the last 20 and then print the twenty after that. I've tried the rownums between method and that's not really what I'm looking for as I need the query to run fully for my next/prev script.
So basically I want to be able to print 1-20 then on the next page ignore 1-20 and print 21-40 and so on.
Sorry if it's a dumb question but I'm reasonably new to PHP and I've never used Oracle before. Any help would be gratefully appreciated.😕