PG | 统计属性中的null个数和非null个数

88 阅读1分钟

select count(*) from tablename where col is null;