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