debasisdas
Posting Genius
6,872 posts since Feb 2007
Reputation Points: 666
Solved Threads: 434
post your code here, will try to fix that.
debasisdas
Posting Genius
6,872 posts since Feb 2007
Reputation Points: 666
Solved Threads: 434
r u saying the below kind of query is not working??
update t1
set t1.Quantity = t1.Quantity + t2.Quantity
from table1 t1
inner join table2 t2
on t1.Item_id = t2.Item_id
tessy7
Junior Poster in Training
51 posts since Apr 2008
Reputation Points: 15
Solved Threads: 3