SQL 如何提取多级分类目录

阅读 38

2023-09-26

 Cause: org.postgresql.util.PSQLException: ERROR: multiple assignments to same column "XXX";

bad SQL grammar []; nested exception is org.postgresql.util.PSQLException: ERROR: multiple assignments to same column "XXX";

原因:org.postgresql.util.PSQLException:错误:同一列“XXX”有多个赋值;

错误的SQL语法[];嵌套异常为org.postgresql.util.PSQLException:错误:对同一列“XXX”的多个赋值;

查看具体的SQL 为某个字段 多次set了值。去掉一个就可以正常执行了。

精彩评论(0)

0 0 举报