Any comparison with null is false - = and <>, >, <, and so on. You cannot use null in an INlist as well - it would be ignored. Moreover, two nulls are not even equal to each othe
null
=
<>
>
<
IN
NULL always return false
原文:https://www.cnblogs.com/kakaisgood/p/9560730.html