MySQL Forums
Forum List  »  Triggers

Re: Problem with BEFORE INSERT Trigger
Posted by: Peter Brawley
Date: September 13, 2011 04:47PM

You are going to have to move those transformations to the Insert statement, viz

INSERT INTO positive_pay VALUES
('19723','Reiman, Patrick',str_to_date('Sep 1/11', '%b %e/%y'), replace('500','.','')) ;

PB

Options: ReplyQuote


Subject
Views
Written By
Posted
3627
September 13, 2011 10:26AM
1262
September 13, 2011 01:50PM
1864
September 13, 2011 03:52PM
Re: Problem with BEFORE INSERT Trigger
1279
September 13, 2011 04:47PM
1154
September 13, 2011 05:37PM


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.