判断字段值是否为null,该使用 '=null' 还是 'is null'?
是用 ‘is null’.
is null 是标准语法 =null会报错
任何值都不能和null相等,即使是null本身也不能和null相等