1.

What Is A Mutating Table Error And How Can You Get Around It?

Answer»

This happens with TRIGGERS. It occurs because the trigger is trying to update a row it is CURRENTLY using. The usual fix involves either use of views or temporary tables so the DATABASE is SELECTING from one while updating the other.

This happens with triggers. It occurs because the trigger is trying to update a row it is currently using. The usual fix involves either use of views or temporary tables so the database is selecting from one while updating the other.



Discussion

No Comment Found