查找某一字段为空的记录?
条件写成:
where x = null
数据库中明明有记录,就是找不到!
[解决办法]
where x is null
[解决办法]
is null
[解决办法]
用IS
[解决办法]
where x is null
update 表 set X=null
发布时间: 2012-02-26 20:19:44 作者: rapoo
查找某一字段为空的记录?
条件写成:
where x = null
数据库中明明有记录,就是找不到!
[解决办法]
where x is null
[解决办法]
is null
[解决办法]
用IS
[解决办法]
where x is null
update 表 set X=null