MySQL Forums
Forum List  »  Triggers

Re: 1442 - Can't update table
Posted by: Peter Brawley
Date: December 01, 2012 04:09PM

A MySQL Trigger can't Update, Insert or Delete in the table for which the Trigger is defined.

A table with a fixed number of rows, like the one you cite here, usually tracks some changes in other table. If that's the case here, define the Trigger on the other table. Otherwise you could use a stored procedure.

Options: ReplyQuote


Subject
Views
Written By
Posted
4357
November 30, 2012 08:51AM
Re: 1442 - Can't update table
1990
December 01, 2012 04:09PM


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.