Viewing 3 posts - 1 through 3 (of 3 total)
Hi, Sorry my earlier reply won't work.
December 16, 2004 at 12:14 pm
#534214
Hi Charles,
That helps. Thanks a lot.
December 16, 2004 at 12:06 pm
#534211
Hi, Probably this may help.
select t.employid, t.eacct_num, count(*) countid
from transaction_table t
where t.enroll_ind = 3
and exists (select 'x'
from dd00100 b
where b.employid = t.employid)
group by t.employid, t.eacct_num
December 16, 2004 at 11:45 am
#534209