LOAD_FILE /TEXT

2001-02-20 Thread Richard Vibert
Hi, I'm storing a text file in a TEXT column using the LOAD_FILE function like this: INSERT ... text_col=LOAD_FILE('filename') Each line of the orig file ends with char 10. When I SELECT it like SELECT text_col INTO OUTFILE 'out_filename' ... I find that each line has an extra "\" (char 92)

Re: LOAD_FILE /TEXT

2001-02-20 Thread Rolf Hopkins
ot; [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 21, 2001 9:53 Subject: LOAD_FILE /TEXT Hi, I'm storing a text file in a TEXT column using the LOAD_FILE function like this: INSERT ... text_col=LOAD_FILE('filename') Each line of the orig file ends with char 10. Whe