Hi!
I have two tables t1 and t2. i have created two triggers tr1 after insert on t1 and tr2 after update on t2. in both the tables i m updating table t2. so, it is throwing an error saying the t2 table is already getting updated in another trigger so can not update it again.
Please let me know if anyone has faced this type of problem and fixed it.
Thanks in advance! MySQL DBA.