For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Let say if i have a table "EMP" with 14000 rows in it.
I want to create a condition which fetches the first 5000 rows from "EMP" and then the next 5000 and then the rest "4000". and so on.
How can i loop through the table using PL/SQL
Thanks