oracle 统计某表的某字段类型的数据量

select  count(*)from table_name where xxx='';

'' 中添加条件,xxx为匹配数据类型

posted @ 2019-08-19 17:59  哦~杰克  阅读(768)  评论(0编辑  收藏  举报