Имеется таблица «jos_vm_product_price» а в ней столбец «product_currency».
Нужно поменять все значения в столбце с «RUB» на «UAH» (допущена досадная ошибка при импорте)
UPDATE jos_vm_product_price SET 'product_currency' = UAH WHERE 'product_currency' = RUB
Ответ MySQL:
#1064 — You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''product_currency'=UAH WHERE 'product_currency'=RUB' at line 1