Viewing 2 posts - 1 through 3 (of 3 total)
Hi,
it's working i have just added
t1.cat= t2.cat
select t1.part, t1.cat, isnull(t2.qty ,0) qty
from @t1 t1
left join @t2 t2
on t1.part = t2.part
or t1.cat= t2.cat
Thank you very much
Vinay
December 1, 2014 at 2:27 pm
#1761875
Come on guys
Is this possible?
Is there any one can solve this.
Please help me.
Regards
December 3, 2010 at 11:01 am
#1258563