标签:rom 不能 错误 现在 nbsp 聚合 包含 列表 end
select
//tsage, 错误
//sum(tsage), 正确
性别=tsgender,
人数=count(*)
from Tb_Student
group by tsgender
当使用分组语句 group by 或者聚合函数时,在select的查询列表中不能包含其他的列名,除非该列同时也出现在了group by字句中,或者该列也包含在了聚合函数中。
标签:rom 不能 错误 现在 nbsp 聚合 包含 列表 end
原文地址:https://www.cnblogs.com/vanjs/p/10841750.html