Mysql
 sql >> Datenbank >  >> RDS >> Mysql

So aktualisieren Sie nur eine Spalte der SQL-Tabelle per CSV-Datei

Sie können es folgendermaßen versuchen:

-Import the csv file to a temp table
-Update your main table by joining with a temp table.