Hi,
When using the command:
LOAD DATA LOCAL INFILE "xxx.txt" INTO TABLE [TABLE NAME];
where should the txt file be located?
Thanks
_
Chat with friends online, try MSN Messenger: http://messenger.msn.com
---
Hi,
When using the command:
LOAD DATA LOCAL INFILE "xxx.txt" INTO TABLE [TABLE NAME];
_
Join the worlds largest e-mail service with MSN Hotmail.
http://www.hotmail.com
-
Hi,
I am having problems loading data into a table and have 2 questions.
1)
I want to load some data from a text file in to a table by using the
following line:
LOAD DATA LOCAL INTO "st.txt" INTO TABLE studio;
this keeps giving me : File "st.txt" not found (ErrorCode: 2)
Where should I store t