Hi,
I am trying to convert mySQL request into Oracle one.
I have something like this :
select * from bmp_rtt limit 0,10
or another one:
select * from bmp_rtt limit 11,20
Is it possible to do that easily in Oracle SQL? Otherwise, what can be a good idea?
Thank U