Thread: [GENERAL] Number of rows affected by ON CASCADE

[GENERAL] Number of rows affected by ON CASCADE

From
Dan
Date:
Hi,

When I do a DELETE FROM table WHERE ...;

I get the number of rows deleted in that table.

How do I get the total number of rows deleted in the database by
foreign keys with the ON CASCADE option?

Thanks,
Daniel