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