Question : Returning Fields with Null Value

Why will this portion of a sql query not pull all fields that have a null value in the cr.DateRemoved field?

AND cr.DateRemoved = Null

Answer : Returning Fields with Null Value


Try ..

cr.DateRemoved IS NULL
Random Solutions  
 
programming4us programming4us