postgresql插入数据时报错:
Cause: org.postgresql.util.PSQLException: ERROR: syntax error at or near "user"
postgresql不允许使用user关键字做为表名或字段名,将表名或字段名修改为其他名称即可。
Cause: org.postgresql.util.PSQLException: ERROR: syntax error at or near “user“
阅读 52
2022-09-27
postgresql插入数据时报错:
Cause: org.postgresql.util.PSQLException: ERROR: syntax error at or near "user"
postgresql不允许使用user关键字做为表名或字段名,将表名或字段名修改为其他名称即可。
相关推荐
精彩评论(0)