msgbartop
News, views, tips and tricks on Oracle and other fun stuff
msgbarbottom

Paging through a query result

The following query gets all of the rows between LowerBound and HigherBound from the ordered result set in the innermost query. This only works with Oracle8i, release 8.1 and up (order by in sub-queries not recognized until then). I used the data dictionary table all_objects as an example, you can put your own query there. Continue reading…

2 Comments | Filed in Oracle, Tips | Tags: ,