0

I experienced a case when I forgot to input data in the last column, do I have to overwrite the data that I previously inputed or can I import the CSV file to a particular column on MySQL?

adjieq
  • 99
  • 1
  • 11

1 Answers1

0

Assuming you have access to phpMyAdmin, you could export the information you have now, update the CSV file and re-import the data, overwriting your old records.

Alternatively, have a look at this previously answered question. Import CSV to Update only one column in table