MySQL Forums
Forum List  »  Triggers

Re: don't fire trigger if only a certain column changes
Posted by: Peter Brawley
Date: July 09, 2012 11:07PM

In the Trigger, for any given column ...

if old.colname <> new.colname then ... endif;

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: don't fire trigger if only a certain column changes
1460
July 09, 2012 11:07PM


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.