Re: Import data question

2001-08-07 Thread Stefan Hinz
:48 PM Subject: Import data question > I have a table I want to import some records into. The table has 4 columns > - > user_id, name, account, password. > The file I have to be imported has 3 columns - > password,name,account. > I have been trying to use load data infile and ke

Re: Import data question

2001-08-06 Thread Grigory Bakunov
Date |Mon, 6 Aug 2001 13:48:41 -0700 >From |[EMAIL PROTECTED] Hello! C> I have a table I want to import some records into. The table has 4 columns C> - C> user_id, name, account, password. C> The file I have to be imported has 3 columns - C> password,name,account. C> I have been trying to use lo

Import data question

2001-08-06 Thread chip . wiegand
I have a table I want to import some records into. The table has 4 columns - user_id, name, account, password. The file I have to be imported has 3 columns - password,name,account. I have been trying to use load data infile and keep ending up with a lot of junk in the database. The file is of this