load data local infile 'uniq.csv' into table tblUniq
fields terminated by ','
enclosed by '"'
lines terminated by '\n'
(uniqName, uniqCity, uniqComments)
refer
this page also
here is an complete description
Marked as answer byAnonymousThursday, October 7, 2021 12:00 AM
load data local infile 'uniq.csv' into table tblUniq
fields terminated by ','
enclosed by '"'
lines terminated by '\n'
(uniqName, uniqCity, uniqComments)
refer
this page also
here is an complete description
Marked as answer byAnonymousThursday, October 7, 2021 12:00 AM