Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

how to populate a table in MySQL from and existing csv file

loaddata localinfile’YouCSVFileName.csv’into table ReplacewithT fields terminated by’,’enclosed by’"’;
 
PREVIOUS NEXT
Tagged: #populate #table #MySQL #existing #csv #file
ADD COMMENT
Topic
Name
7+7 =