【异常】PGSQL提示异常PSQLException:ERROR: column “c.create_time“ must appear in the GROUP BY clause

绝地灬酷狼 2024-05-06 21:15 165阅读 0赞

一、异常内容

  1. 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
  2. 位置:200
  3. at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2675)
  4. at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2365)
  5. at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:355)
  6. at org.postgresql.jdbc.PgStatement.executeInternal(

发表评论

表情:
评论列表 (有 0 条评论,165人围观)

还没有评论,来说两句吧...

相关阅读