vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I have a csv file to be loaded to a MySql table. It has 2 fields. I tried the following query, but it does nothing. Can Anyone tell me what could be the problem with this LOAD DATA LOCAL INFILE 'C:/Documents and Settings/nmohammed/Desktop/test.csv' INTO TABLE USERS_TEMP FIELDS TERMINATED BY ','; Thanks, Naghman |