select * from 表名字 where 字段名 is not null
select * from 表名字 where 字段名 <> ''
select * from 表名字 where 字段名 != ''
select * from 表名字 where 字段名 != ""
select * from 表名字 where 字段名 is not null
select * from 表名字 where 字段名 <> ''
select * from 表名字 where 字段名 != ''
select * from 表名字 where 字段名 != ""