MySQL Forums
Forum List  »  Triggers

Re: Problem with Trigger
Posted by: Venkat Ram Santosh
Date: September 12, 2012 02:21PM

You can update and existing row only. And if the value field hasn't changed then new.value will be equal to old.value. so may be u want to do something like 'AND OLD.value <> NEW.value'....?

Options: ReplyQuote


Subject
Views
Written By
Posted
2743
September 10, 2012 11:56PM
1298
September 11, 2012 09:33AM
Re: Problem with Trigger
1291
September 12, 2012 02:21PM


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.