Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Query join question.

    Hi, Sorry my earlier reply won't work.

  • RE: How can I check the database name I am in??

    Hi Charles,

    That helps. Thanks a lot.

  • RE: Query join question.

    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    

Viewing 3 posts - 1 through 3 (of 3 total)