SQL Help needed

Mar 01, 2007 2 Replies

I'm trying to zero the Reorder points and restock levels, for branch 2 and category 546.



What's wrong with the statement below, it zero's everything for branch 2.



UPDATE Itemdynamic



SET itemdynamic.Reorderpoint ='0', itemdynamic.restocklevel ='0'



FROM itemdynamic, item



WHERE itemdynamic.storeid = '2'



AND item.categoryID = '546';


Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required