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.

Trigger is active for each row, which has been inserted, updated or deleted.


Comments

Popular posts from this blog

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -

gtk - Python Window Resize -

c# - read full xml file data over tcp -