PG | 统计属性中的null个数和非null个数 vtghsr 2022-06-19 88 阅读1分钟 select count(*) from tablename where col is null;