When creating a trigger in MySQL, are there any alternatives to FOR EACH ROW? -
I would like to create an update after triggering that runs only once, even if multiple rows have been updated.
In MySQL 5.0, all triggers are for each line - that is,However, see the following.
Comments
Post a Comment