Обсуждение: [GENERAL] Number of rows affected by ON CASCADE

Поиск
Список
Период
Сортировка

[GENERAL] Number of rows affected by ON CASCADE

От
Dan
Дата:
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