MySQL Forums
Forum List  »  Triggers

Re: copy all values of fields on Update
Posted by: Bob Field
Date: May 22, 2006 10:18AM

You will need to compare old and new values to determine which fields have changed. Then you could build a prepared statement and set just those fields.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: copy all values of fields on Update
2489
May 22, 2006 10:18AM


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.