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

SELECT COUNT(*) FROM table_name
统计某列的数量:
SELECT COUNT(column_name) FROM table_name
where 条件
select proxxx,count(log_viod)from 表
where log_viod is not null
group by proxxxx
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)