I have two tables -
Table1(ItemID, Quantity)
Table2(ItemID, Quantity)
I want to run a query so that if i enter a value for quantity in table 2 that is less than the value in table 1 that it will take the value from table 2 and replace the value in table 1 with this value.
How do I do this?
Thanks
Table1(ItemID, Quantity)
Table2(ItemID, Quantity)
I want to run a query so that if i enter a value for quantity in table 2 that is less than the value in table 1 that it will take the value from table 2 and replace the value in table 1 with this value.
How do I do this?
Thanks