I have this scheme. I have 2 tables A and B. I made triggers TA and TB. At changing table A run trigger TA and changing table B. At changing table B run trigger TB and changing table A. When I change A run TA and certainly TB, but code in TB raises an error. The triggers run cyclic. In my scheme I need there is not the cycle and the triggers run only one direction.
How can I organize it?
Best Regards
Temur