MySQL Forums
Forum List  »  Newbie

Load data infile
Posted by: Mark Rigney
Date: July 26, 2005 10:58AM

Hi,
My question is this I need to load a file (b/c of the size I don't want to use insert statements) with load data local infile. The problem is I need to add a static value to each record created by the load that will serve as the key. In version 5 of MySql this is no problem because I can use set w/ load data infile to accomplish what I need. However I need to do this in an older version. Any thoughts on how I could pull this off?

Thanks in advance.

Options: ReplyQuote


Subject
Written By
Posted
Load data infile
July 26, 2005 10:58AM
July 26, 2005 11:08AM
July 26, 2005 11:54AM
July 26, 2005 11:57AM


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.