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

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

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