数据库清除自增长种子

access 清空数据库内容后 运行:

//alter table 表名 alter 自增长列 counter(1,1)
alter table login alter ID counter(1,1)

sqlserver :

//truncate table 表名

truncate table ksxtdb

 

posted @ 2019-02-14 16:12  我去其他hi  阅读(254)  评论(0编辑  收藏  举报