How to Resolve ERROR 1362 (HY000): Updating of NEW row is not allowed in after trigger
You might think you can set new values of columns on the new row after inserting in a trigger, but you can't: mysql> delimiter //… Read More »How to Resolve ERROR 1362 (HY000): Updating of NEW row is not allowed in after trigger