MySQL Forums
Forum List  »  Newbie

Re: DATA LOAD - using column_list
Posted by: Nick Roper
Date: August 06, 2004 04:56PM

I don't think that you can skip fields in the data file in this way, but if the fields are beyond the number of columns in the table they will be ignored. Otherwise you could set up a dummy column in the table and then drop it afterwards.

BTW - the syntax is LOAD DATA INFILE, see:

http://dev.mysql.com/doc/mysql/en/LOAD_DATA.html

--
Nick Roper

Options: ReplyQuote


Subject
Written By
Posted
Re: DATA LOAD - using column_list
August 06, 2004 04:56PM


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.