MySQL Forums
Forum List  »  Perl

Re: To append data to an existing database
Posted by: Lois Kim
Date: June 18, 2007 09:50AM

I figured it out. LOAD DATA INFILE 'myfile.txt' IGNORE INTO TABLE mytbl will serve my needs, which will be appending records to the existing file without replacing any existing records. Thanks for reading it!

Lois K.

Options: ReplyQuote


Subject
Written By
Posted
Re: To append data to an existing database
June 18, 2007 09:50AM


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.