MySQL Forums
Forum List  »  Docs

Re: How can i use LOAD DATA INFILE
Posted by: li yizhi
Date: December 02, 2007 06:58AM

you can use below statement if you want to load a .txt file into your existing database:
load data host_name infile '/path/×.txt' into your table of the exiting database

Options: ReplyQuote


Subject
Views
Written By
Posted
4522
January 05, 2007 11:24AM
10858
January 05, 2007 11:40AM
5950
December 02, 2007 07:00AM
Re: How can i use LOAD DATA INFILE
5373
December 02, 2007 06:58AM


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.