MySQL Forums
Forum List  »  Triggers

Re: Help: trigger to backup a row into another table
Posted by: Christian Trummer
Date: October 20, 2006 11:13AM

OLD.CustomerID = OLD.CustomerID

this will always be true!!

CustomerID = OLD.CustomerID

should be right

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Help: trigger to backup a row into another table
2156
October 20, 2006 11:13AM


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.