Seeing whether an expression evaluates to null should be done with an IS NULL query. For example:

phoneNumber IS NULL

This expression evaluates to true if the phoneNumber is null.

 
loading table of contents...