Re: Load data infile 'abcd.txt' into table b.chicago;

2004-08-21 Thread Neculai Macarie
> mysql> load data infile 'abcd.txt' into table b.chicago; > ' for key 1 Duplicate entry '[EMAIL PROTECTED] I think you have 2 e-mails that are equal in the file and the e-mail field is declared as a primary key (which implies UNIQUE). -- -- MySQL General M

Load data infile 'abcd.txt' into table b.chicago;

2004-08-20 Thread Remember14a
Dear friends, Load data infile 'abcd.txt' into table b.chicago; This statement loads half of the data from file and gives error posted below. Any guidance, please. Thank you. -- --- mysql> use b Dat