Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Select top 500 rows, but after 501 to 1000?

798064Sep 15 2010 — edited Sep 15 2010
Hi!


Is there a way to 'select top 500 * from my_table' and after using the same idea, select top 500, but now I'd like to get 501 to 1000???

It's a little complicated to explain...


Something like that:

'select top 500 * from my_table'
rows 1-500

'select top 500 * from my_table'
rows 501-1000


Thanks!

Edited by: user1050540 on 15/09/2010 11:16
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 13 2010
Added on Sep 15 2010
4 comments
5,171 views