返回 首页

postgresql修改插入数据id的起始值


比如修改表company的id自增从422开始

select setval('company_id_seq', 422, true)

登录