assume ther are 5000 records in a database and want to fetch using cursor. cursor fetches only 3000 records and fetch is not happening for remaining 2000 records. why it happens and how to rectify it
Answer Posted / anonumous
it would be FETCH 300 ONLY
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is db2 stogroup?
How do you pull up a query which was previously saved in qmf?
What is concurrency?
What is ibm db2 connect?
What is the purpose of using commit?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
How do I import a csv file into db2?
What are concurrency issues?
Is db2 a database?
What is db2 optimizer?
What does sqlcabc has?
What is the difference between nvl and coalesce?
What is db2 command?
What is a cursor in programming?
Is it possible to create an Instance in DB2 using DB2 Control Center ?