from 表
where log_viod is not null
group by proxxxx
统计所有记录的数量:SELECT COUNT(*) FROM table_name
统计某列的数量:
SELECT COUNT(column_name) FROM table_name
where 条件
欢迎分享,转载请注明来源:内存溢出
from 表
where log_viod is not null
group by proxxxx
统计所有记录的数量:SELECT COUNT(*) FROM table_name
统计某列的数量:
SELECT COUNT(column_name) FROM table_name
where 条件
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)