You will have to use 'top n' query. Syntax can be found in Oracle documentation.
A crude method is to use the ROWNUM pseudocolumn. Eg Select * from your_table where rownum between 25 and 50;
|
Results 1 to 5 of 5
Thread: Ask for between row selectionThreaded View
|
Click Here to Expand Forum to Full Width |