MySQL Forums
Forum List  »  Triggers

Re: Update rows of same table with trigger
Posted by: Dmitry Stayeglazov
Date: March 21, 2011 10:56AM

Hi, Ulrich.

You can find all restrictions for triggers in MySQL here: http://dev.mysql.com/doc/refman/5.1/en/stored-program-restrictions.html

You can try another ways of solving your problem. For example, using of additional table(s) or implementing "trigging" manually in your application.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Update rows of same table with trigger
2526
March 21, 2011 10:56AM


Sorry, you can't reply to this topic. It has been closed.

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.