Your posts used upper/lower case, but your tables use only lowercase in the field names.
So rewrite the query as:
And you must run this query in phpMyAdmin. YOU CANNOT run it in your Zen Cart Admin sqlpatch tool.Code:update zen_products p, inventory i set p.products_price = i.price where p.products_model = i.itemnumber;


Reply With Quote
