Hi
I've ran this code that adds a "Buy One Get One Free" after each product for a supplier but does anyone know how to remove the words?
update Product set Name = Name + ' (Buy One Get One Free)',
SKU = SKU + 'Z'
where ProductID in (select ProductID from ProductManufacturer
where ManufacturerID = 28)