MySQL Forums
Forum List  »  Triggers

Re: Adding two different Event triggers for the same table
Posted by: Peter Brawley
Date: April 17, 2013 12:56AM

> I have to write trigger which will auto populate A using values in B and C

That's very likely a design mistake.

> i need both "before insert" and "before update" triggers

In a correctly designed table, the primary key should almost never need to be changed.

What problem are you trying to solve with this rube goldberg arrangement?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Adding two different Event triggers for the same table
1176
April 17, 2013 12: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.