Как заполнить таблицу в MySQL и существующий файл CSV
loaddata localinfile’YouCSVFileName.csv’into table ReplacewithT fields terminated by’,’enclosed by’"’;
Tender Turkey
loaddata localinfile’YouCSVFileName.csv’into table ReplacewithT fields terminated by’,’enclosed by’"’;