P
P
pel0tkin2010-12-13 09:24:55
SQL
pel0tkin, 2010-12-13 09:24:55

Help with SQL query

There is a table "jos_vm_product_price" and in it a column "product_currency".
You need to change all the values ​​in the column from "RUB" to "UAH" (an unfortunate mistake was made during import)

Help, good habralyudi! Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
barker, 2010-12-13
@barker

UPDATE jos_vm_product_price SET 'product_currency'=UAH WHERE 'product_currency'=RUB
?
Bd what is it?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question