热线电话:13121318867

登录
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.0000
4
关注作者
收藏
评论(0)

发表评论

暂无数据