Cause: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint &quo

Posted catvan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Cause: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint &quo相关的知识,希望对你有一定的参考价值。

导致错误的原因:

  我在建表的sql文件中,重新定义了一个自增表("id serial primark key"),但是sql文件中还有insert语句初始化数据,这是id自增字段就不是从1开始,

这时你在添加数据时就会出现标题中问题

 

解决办法:

  在创建好表后,执行下面一句话

  SELECT setval(\'"SAMS_SYS_AREA_id_seq"\', (SELECT MAX(id) FROM "SAMS_SYS_AREA")+1)【设置】

  //SELECT nextval(\'"SAMS_SYS_AREA_id_seq"\'::regclass)可以用改语句查看是否修改成功

 

  

以上是关于Cause: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint &quo的主要内容,如果未能解决你的问题,请参考以下文章

Cause: java.sql.SQLException: Error setting driver on UnpooledDataSource. Cause: java.lang.ClassNot

关于Json在SSh框架中出现的问题

### Cause: java.lang.reflect.UndeclaredThrowableException

mysql报错:Cause: com.mysql.jdbc.PacketTooBigException

Apollo使用报错: Cause: [status code: 404].......

搭建Mybatis 出现 Error querying database. Cause: java.lang.IllegalArgumentException: Mapped Statement