MySQL Forums
Forum List  »  Triggers

Re: Trap illegal date in trigger
Posted by: Peter Brawley
Date: April 04, 2015 10:22AM

Simplest solution is probably to import into tables with a corresponding phoney-date-int column, then add real date columns, populate the real date columns with dates frm the phoney-date-ints, and finally lose the int column.

Options: ReplyQuote


Subject
Views
Written By
Posted
2269
April 04, 2015 01:31AM
Re: Trap illegal date in trigger
926
April 04, 2015 10:22AM
1010
April 06, 2015 03:14AM
1087
April 06, 2015 03:41AM


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.