I have two tables: Productbackup and Product
I wish to restore the values from "productbackup" to "product" for the following columns:
productbackup.image should = product.image
productbackup.imagesmall should = product.imagesmall
productbackup.imagelarge should = product.imagelarge
Start Free Trial