MySQL Forums
Forum List  »  Triggers

Re: mysql trigger which affect multiple rows
Posted by: Peter Brawley
Date: April 01, 2017 12:55PM

It's a limitation in MySQL Triggers, you can't update other rows in the same table from the Trigger, https://dev.mysql.com/doc/refman/5.7/en/stored-program-restrictions.html.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: mysql trigger which affect multiple rows
824
April 01, 2017 12:55PM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.