There is a delete sql on a DB2 table. Because of delete cascade, rows are g
by sunil.sas
. Updated 16 years, 7 months ago
There is a delete sql on a DB2 table. Because of delete cascade, rows are getting deleted from two tables in a single SQL. How can I get the number of rows deleted from child table? Is there any way out?