Column '表名.某列名' is invalid in the select list because it is not contained in either an aggregate f
Posted wx62de6f4b9369e
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Column '表名.某列名' is invalid in the select list because it is not contained in either an aggregate f相关的知识,希望对你有一定的参考价值。
汉语:这个错误是提示表名.某列名 字段不在GROUP BY中
解决方案:group by 后面是要跟着的 select 中所有不是聚合函数的字段
以上是关于Column '表名.某列名' is invalid in the select list because it is not contained in either an aggregate f的主要内容,如果未能解决你的问题,请参考以下文章