Answers for "create table based off csv in mysql"

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 "create table based off csv in mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language