Viewing post 1 (of 1 total)
Did this problem get resolved yet?
Your temp table column names are different in your where clause a.ouid = b.ou_id.
update a
set PLAmt = PLAmt - amt
from #temp1 a, #temp3...
August 3, 2010 at 8:01 pm
#1201859