sql求某字段的count最大值,提示不允许出现分组函数
selectcode,count(code)fromdatabasewherecount(code)=(selectmax(count(code))fromdatabas...
select code, count(code)
from database
where count(code) = (select max(count(code) ) from database)
请问应该如何修改,谢谢! 展开
from database
where count(code) = (select max(count(code) ) from database)
请问应该如何修改,谢谢! 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询