使用語句: select setval('your_table_id_seq',(select max(id) from 表名));如何查看 your_table_id_seq?使用命令:\d 表名segmentfault
select setval('your_table_id_seq',(select max(id) from 表名));
your_table_id_seq
\d 表名
得出如下結果,看圖中紅色方框圈住的:spa