Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Using SQLyog › How Do I Update Table ?
I have existing data in a DB table.
columns:
Auto_Sl_no
I have data in a Excel.
LocationName — code —weight
I want to update code and weight in DB table from excel data for matching locations in excel and table.
How can I do it using sqlyog ?
(N.B: LocationName is unique)
Hello,
There is an option to map columns in import external data. You can select the particular columns that you want to import into a table. Please find the screenshot attached.
Regards,
Sathish
You can do this directly from Powertools -> Import External Data. This feature is available only in Enterprise and Ultimate version of SQLyog.
Thanks. This was very much helpful.