MySQL Forums
Forum List  »  Triggers

Re: Database Triggers
Posted by: Peter Brawley
Date: January 15, 2013 03:49AM

See the manual page for Triggers. In a Trigger on table a updating a column in table b ...

Set b.column_in_b=NEW.column_in_a;

Options: ReplyQuote


Subject
Views
Written By
Posted
1999
January 14, 2013 05:00AM
Re: Database Triggers
1344
January 15, 2013 03:49AM


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.