The csv-file tag has no wiki summary.
2
votes
2answers
3k views
MySQL - CSV UPDATE (not INSERT) into existing table?
I have a table with the following columns:
id | name | city
The table has 1000 entries in it.
I have a CSV file with a limited number of lines like this:
id,city
34,Denver
45,Kansas City
145,New ...