limit and offset for paging in oracle
How to do the next statement in oracle
select fieldA, fieldB
from table
order by fieldA
offset 5 limit 14
Thanks for your proposition
How to do the next statement in oracle
select fieldA, fieldB
from table
order by fieldA
offset 5 limit 14
Thanks for your proposition