mysql

mysql 空值判断
    如果是null ,则用 is not null判断
    如果是空字符串,则用 <> '' 判断

原文地址:https://www.cnblogs.com/huangjunjia/p/5213211.html