Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Select Where IN or nested?

    This query does the trick for me, since it allows me to

    search for different iexpid values as well.

    select id from x

    where

    (iacid = 1 and iexpid>=12)

    or

    (iacid =...

Viewing post 1 (of 1 total)