Import Excel or CSV File To MySql Using Query
load data local infile 'path\file.csv' into table Table_Name fields terminated by ',' enclosed by '"' lines terminated by '\n';
load data local infile 'path\file.csv' into table Table_Name fields terminated by ',' enclosed by '"' lines terminated by '\n';
No comments:
Post a Comment