I need to create an SQL query where it will batch rename a field if the product is in a certain category.
I've already got the update script to work, but now I need to add a "where" statement so that it will only update if the product is in a defined list of categories.


Reply With Quote
