List:General Discussion« Previous MessageNext Message »
From:Egor Egorov Date:August 23 2004 12:16pm
Subject:Re: LOAD DATA
View as plain text  
Remember14a@stripped wrote:

> I use following code
> use databasea
> 
> load data infile"abcd.txt' into table databasea.tablename;
> 
> Data gets loaded in table, however at the end of each record I see a square 
> symbol, the symbol usually we see in compiled code.

This may be a linefeed or carriage-return character. See 
http://dev.mysql.com/doc/mysql/en/LOAD_DATA.html 

note the LINES TERMINATED BY clause. 





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   Egor.Egorov@stripped
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com



Thread
LOAD DATARemember14a21 Aug
  • Re: LOAD DATAEgor Egorov23 Aug