Viewing 5 posts - 1 through 5 (of 5 total)
Thanks Naveed,
I got the same result byu doing this
select B.BranchName,
count(distinct T.Id) as 'Tran Count',
count(I.Id) as 'Item Count',
sum(case when cast(I.iqaresult as int)+ cast(I.iuaresult as int) =0 then 1 else...
December 27, 2005 at 2:17 am
Thanx Frank,
Can u tell me how this Referential Integrity is implemented, as Bersileus mentioned?
May 12, 2005 at 7:56 am
Thanx Dave for that tip. But is it still possible to do all this in one single query ???
May 12, 2005 at 5:32 am
Thanx a bunch Jeff. It works like a dream, i just replaced your Where condition by
WHERE A.primarykey = BD.primarykey
Shahed
May 1, 2005 at 11:42 pm
Viewing 5 posts - 1 through 5 (of 5 total)