Monday 22 July 2013

Import Excel or CSV File To MySql Using Query

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';

No comments:

Post a Comment

IE7 Issues Text Indent

                 Unfortunately IE 7 is still widespread among the users hence while theming we have to give special importance to the grea...