mysql查询字段不为空的数据sql语句not null

问题:查询原有某类数据的数量,对比发现,新旧数据的差距是新插入的数据某些字段为空,那么 mysql 如何查询出某字段的值不为空的数据呢?看下面的查询语句。

SELECT * FROM `usr_merchants` a where address is not null and address <>”;
不要想当然的写成 !=null 或 <> null

发表评论

电子邮件地址不会被公开。 必填项已用*标注

您可以使用这些HTML标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>