kellan4459
IS-IT--Management
I have a table that has product_id, product_price, product_category, product_price_discounted
I want to update the product_price_discounted by multiplying the product_price by .85 for all items where product_category = 1,2,or3
This is new to me so I'm needing some help.
I want to update the product_price_discounted by multiplying the product_price by .85 for all items where product_category = 1,2,or3
This is new to me so I'm needing some help.