Hey all,
Having some problems trying to execute a code as the following..
UPDATE products, products_description
SET products_description.products_description_ebay =
(SELECT products_description_ebay
FROM products_description
WHERE products_id =570)
WHERE products.products_model LIKE '%12345%'
That query generates an error and i'm not quite sure. Basically what i'm trying to do is load a rather large HTML product description into certain products where their model numbers contain a certain string.
Any help would be appreciated.








Bookmarks