【异常】PGSQL提示异常PSQLException:ERROR: column “c.create_time“ must appear in the GROUP BY clause
一、异常内容
Caused by: org.postgresql.util.PSQLException: ERROR: column "c.create_time" must appear in the GROUP BY clause or be used in an aggregate function
位置:200
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2675)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2365)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:355)
at org.postgresql.jdbc.PgStatement.executeInternal(
还没有评论,来说两句吧...