Hi.
I have a question about triggers.
Supose I have two tables, tab1 and tab2, and I have a trigger in tab1 on update that updates tab2, and I have a trigger in tab2 on update, which updates tab1. When I update tab1, the trigger updates tab2, but in this situation, I dont want to trigger tab2. Is there any way to do this?
Thanks,
Vitoria