Hi,
I have a self-referencing table, something like Emlplyee-Manager. I want to implement the cascading delete in this table. So when I delete a manager than all the employees should be deleted at ANY level below the manager.
My problem is that the trigger fires only one time (for the "sons"
and not for the "grandsons" and below, although the nested trigger setting checkbox is set.
Any idea why the trigger doesn't fire for "grandsons" and below?
I have a self-referencing table, something like Emlplyee-Manager. I want to implement the cascading delete in this table. So when I delete a manager than all the employees should be deleted at ANY level below the manager.
My problem is that the trigger fires only one time (for the "sons"
Any idea why the trigger doesn't fire for "grandsons" and below?