2019-06-06
阅读量:
715
修改自增列的起始值
CREATE TABLE bookcategory(
category_ id int primary key auto increment,
category varchar(20 )not null unique,
parent_ id int not null
alter table bookcategory auto_ increment =X ; 修改后auto_ increment列起始值从ⅹ开始






评论(0)


暂无数据