0
点赞
收藏
分享

微信扫一扫

Cause: org.postgresql.util.PSQLException: ERROR: syntax error at or near “user“


postgresql插入数据时报错:

Cause: org.postgresql.util.PSQLException: ERROR: syntax error at or near "user"

postgresql不允许使用user关键字做为表名或字段名,将表名或字段名修改为其他名称即可。

举报

相关推荐

0 条评论