1
I have a mysql table(has 600 records):
The column duvet is a column that will be extracted from an excel cell, (Mysql for Excel), doesn’t have the update option to just add and when I add the cell it’s like I add more records. Is there any tool where it is possible to update using Excel cell?
You can import this excel data into a new table, then update it (Mysql to Mysql table).
– Paulo Balbino
Our solution is simpler than I thought,would write an answer with an example of what would be the query and I take the opportunity to accept the answer,since you helped me.
– Rodolfo Oliveira