If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
How to find out count of rows affected in a update statement
Hi,
I am on db2 v8.2 udb/aix. Is there any way to find out the number of rows that were affected by running an update sql ? Do i need to create a update trigger to capture this ?
b.t.w. as far as I know there is no way to determine the number of rows affected if a DELETE also throws rows away because of a "DELETE CASCADE" rule. Am I correct?