Answers for "how to populate table in mysql with csv file"

SQL
0

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

loaddata localinfile’YouCSVFileName.csv’into table ReplacewithT fields terminated by’,’enclosed by’"’;
Posted by: Guest on February-22-2021

Code answers related to "how to populate table in mysql with csv file"

Code answers related to "SQL"

Browse Popular Code Answers by Language