Connor and Chris will both be at AI World from October 12 to October 17 , the premier Oracle conference of 2025. If you're in Vegas, please come say Hi or pop into our sessions
Thanks for the question, Geraldo.
Asked: March 30, 2020 - 3:42 am UTC
Last updated: March 30, 2020 - 2:32 pm UTC
Version: 18.6
Viewed 1000+ times
select * from t order by ... fetch first 50 rows only;
select * from t order by ... offset 51 rows fetch next 50 rows only;
The Oracle documentation contains a complete SQL reference.