MySQL Forums
Forum List  »  Newbie

Re: foreign key constraint fails
Posted by: Peter Brawley
Date: March 30, 2012 09:54AM

After importing your file ...

insert into cmelist values(1,now(),115,1.0,'','');
Query OK, 1 row affected (0.02 sec)
insert into cmelist values(2,now(),143,1.0,'','');
Query OK, 1 row affected (0.03 sec)

PB

Options: ReplyQuote


Subject
Written By
Posted
Re: foreign key constraint fails
March 30, 2012 09:54AM


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.