All the data in a column of a table of members have been erased, but I made a backup of the table a few weeks ago.
So I need to replace only the data in this column by the old column in the backup of my table.
The problem is that I do not know how I should proceed to do so.
Have you been confronted by this problem and can you explain it to me
Which one of these steps are you having difficulty with?
Here is how I would write the SQL to update my members table from a "members_temp" table
UPDATE members SET name=(select name from members_temp where members.id = members_temp.id)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With