MySQL mysql删除字段为空的数据2013-08-15zone阅读(464)评论(0)赞(0)mysql删除字段为空的数据 delete from 表名 where 字段名=” or delete from 表名 where 字段名=NULL