Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: is null in IN statement

    Assuming the data supports null being the equivalent of 0 and company and area being integer fields, then the following should work.

    where isnull(company, 0) IN (1, 2, 3, 0)

    and isnull(area,0)...

Viewing post 1 (of 1 total)