Need a SQL Command that i can make itemnotdiscountable by Department
This is what i have
UPDATE dbo.Item SET ItemNotDiscountable = 1 Where dbo.Department SNACK
Need a SQL Command that i can make itemnotdiscountable by Department
This is what i have
UPDATE dbo.Item SET ItemNotDiscountable = 1 Where dbo.Department SNACK