I need to replace a value in a magento store database table where the name of the column is 'value' - that's what is confusing me!!
Table name = catalog_product_entity_varchar
column ID = value
value to replace = container2
value to become = container1
what syntax should I use?