I am trying to copy one value in a column to another value in the same column by using another columns value for example:
column 1 - column 2
703 - /2/3/image.jpg
106 - "empty"
100 - description
So I want it to copy the value of column 2 where the value of column 1 = 706 and put into column 2 where value of column 1 = 106 so leaving the description bit fine. Does anyone know a query to do this?
Thanks, Simon
NOTE:
getting the following error while doing your suggestions
1093 - You can't specify target table 'mage_catalog_product_entity_varchar' for update in FROM clause
Thankyou for replys again: Need to add in INNER JOIN not to sure on how to do this method though any advice appreciated again, thanks