Yes another ON DUPLICATE KEY UPDATE query
- by Andy Gee
I've been reading all the questions on here but I still don't get it
I have two identical tables of considerable size. I would like to update table packages_sorted with data from packages_sorted_temp without destroying the existing data on packages_sorted
Table packages_sorted_temp contains data on only 2 columns db_id and quality_rank
Table…