ERROR: subquery uses ungrouped column "a.polno" from outer query

错误原因:

Postgres:子查询使用外部查询中未分组的列

在写的sql中,子查询中使用了未分组的列。

解决方式:

将子查询中涉及到外部sql中字段放到外部group by 后面。

posted @ 2023-03-28 13:44  哩个啷个波  阅读(1145)  评论(0编辑  收藏  举报