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