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!

ROW LIMITING NEXT PERCENTAGE

RengudiAug 12 2022

Hi
i am working in oracle 12c
I would like to know
is it possible to have like below

select * from table_a OFFSET 4 PERCENT FETCH NEXT 5 PERCENT ONLY;

I understand at count rows it's possible.
If I want to have a data range like said above in the sql how to get it in terms of %?

Thanks

Comments
Post Details
Added on Aug 12 2022
21 comments
674 views