select count(*) from 表名 where 字段名 is not null
select count(*) from 表名 where 字段名 is null
--长度减一就可以了
select left(字段名,len(字段名)-1) from 表名