要点

  • 只能通过IS NULL, IS NOT NULL(运算符), ISNULL()(函数)这3个来进行测试NULL

  • NULL进行任何运算(比较,算术等),结果都为NULL,除非该运算符特别说明!

参考

  1. https://dev.mysql.com/doc/refman/5.0/en/working-with-null.html
  2. https://dev.mysql.com/doc/refman/5.0/en/comparison-operators.html#operator_is-null

留言

2016-05-02