I am trying to load data from several lists. This is what I was trying:
LOAD DATA INFILE '*.*' INTO TABLE table2 FIELDS TERMINATED BY '\t';
For a single file I would have used:
LOAD DATA INFILE 'data.txt' INTO TABLE table2 FIELDS TERMINATED BY '\t';
Any ideas? I have several files that all change names so it would be easiest
just to have all the files in the dir loaded.
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php