How can you quickly find out the number of rows updated
after an update statement?
Answer / vamshi
check for the value is in sqlerrd(3). it contains the no.
of rows updates.
| Is This Answer Correct ? | 23 Yes | 0 No |
In db2, how do you insert multiple rows in 1 query using a.) Cursors, b.) Normal query?? Give syntax for both.
how to resolve -805. give clear explination for that
Which component is responsible for db2 startup and shutdown?
what is SMP/E? and what are the major steps of it? thanks...
What is cloudant database?
In a DB2-CICS program which is acts as co-ordinator and which is participant?
What is null value in db2?
What is the FREE command?
How do you leave the cursor open after issuing a COMMIT? (for DB2 2.3 or above only)
what is main use of table space and index object? please its urgent
5 Answers CA, Cap Gemini, CGI, CTS, EDS, HTC, IBM, Satyam, Syntel, TCS, Wipro,
What is bind package and plan in db2?
I have a main program (A) where we delete some rows in table in a cursor, and we commit it in sub program(B). What will happen - will we get an error or not?