Click here to Skip to main content
15,906,567 members

Comments by JaffreenaMichael (Top 1 by date)

JaffreenaMichael 20-Apr-13 1:40am View    
<pre lang="css">load data infile 'D://TempFolder/A/B/Book1.csv'
into table customers
fields terminated by ','
lines terminated by '/n';</pre> if columns in .csv file matches columns in table
then it shouls work fine following this query