Question

Is It Possible to update any trigger in Information schema?

Was it helpful?

Solution

You'd better DROP the trigger and then CREATE the trigger. There is reason why there's no ALTER TRIGGER statement in MySQL.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top