Hi,

Just uploaded loads of products, unfortunately i had the wrong folder set or the images.

does anyone know how to do a sql script to change the image file name from folder1/xxxxxx.jpeg to folder2/xxxxxx.jpeg

i have tried

UPDATE zen_products SET zen_products = REPLACE(products_image, "folder1\", "folder2/");

this just returns a failed message