谢谢各位 我解决了
收起
select max(sum) from (select id,count(1) as sum from table group by id),一个字段的,两个字段就要学会自己思考了
报告相同问题?