is it possible to get -811 error when you use cursors. why?
Answer Posted / purushothr
Yes it is possible only in cursor. if u trying to retrieve
more than one row at the same time by using cursor then -
811 error ll come.
| Is This Answer Correct ? | 6 Yes | 14 No |
Post New Answer View All Answers
What is innodb buffer pool?
How to check last update on table in db2?
What is host variable?
How is deadlock resolved?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
Which component is responsible for processing sql statements and selecting access paths?
What are union and union all?
What is the physical storage length of date data type?
If I have a view which is a join of two or more tables, can this view be updateable?
How to check sequence on a table in db2?
Outputs of explain are with matchcols = 0. What does this signify?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
Mention data types used in db2 ?
How to resolve deadlock issue
What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?