我用Navicat for MySQL在查询字段不为空的数据时,

SELECT *from article where subject_titles is not null   结果列表仍然显示有空字段的数据

不能用这个

应该用 SELECT *from article where subject_titles !=''

猜你喜欢

转载自blog.csdn.net/candy134834/article/details/85329606