Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Help With a query

    Thanks to everyone that posted. I used

    select clientid from

    clients

    where regionid = 28

    and clientid in

    (

     select clientid from clients where regionid = 1

    )

    and it works

    August 18, 2004 at 6:42 pm

    #519679

Viewing post 1 (of 1 total)