首页
编程
java
php
前端
首页
编程
java
php
前端
oracle数据库查询统计问题
如下图,在把左边的结构统计为右边所示,跪谢了。
select testh,kmh,tzh,count(tzh) from table
group by kmg,tzh;
点击展开全文