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 DATA | Remember14a | 21 Aug |
| • Re: LOAD DATA | Egor Egorov | 23 Aug |