I never done this but here is a way to do that by using an
inline view.
SELECT OT.*
FROM (SELECT ROWNUM RR, IT.*
FROM table1 IT) OT
WHERE OT.RR BETWEEN 300 AND 399;
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.