Q:

limit rows after order by oracle

SELECT * 
FROM   sometable
ORDER BY name
OFFSET 20 ROWS FETCH NEXT 10 ROWS ONLY;
1
oracle limit rows
0

New to Communities?

Join the community