Hello,
I'm totally new to db2 and trying to create a store procedure that pulls data into a session table, does some data manipulations and then finally outputs the result. Is there a way to do this without using cursor as cursor only displays 4 rows at a time, hence being too slow for 100 rows output?
Thank you so much for your help!
I'm totally new to db2 and trying to create a store procedure that pulls data into a session table, does some data manipulations and then finally outputs the result. Is there a way to do this without using cursor as cursor only displays 4 rows at a time, hence being too slow for 100 rows output?
Thank you so much for your help!