Hi, I've a CSV file with 3 columns
ID - Price1 - Price2
How I would like to update the records of a MySQL tables that has the
same ID of the CSV files.
How Can I do this? Read from CSV and update MySQL table?
Thanks
ID - Price1 - Price2
How I would like to update the records of a MySQL tables that has the
same ID of the CSV files.
How Can I do this? Read from CSV and update MySQL table?
Thanks
Comment