Currently, I migrate my application to DB2 from Oracle. In oracle, there is something called ROWNUM. I use this only for showing 10 records in one page, and click next for another 10 records.
In DB2, I don't know is there any similar feature or not, can anyone tell me?
If not, can anyone tell me how to implement the "paging the records".
Regards
Louis