Viewing post 1 (of 1 total)
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)...
July 10, 2012 at 6:09 am
#1510857