2019-06-04
阅读量:
637
修改自增列的起始值
问、修改自增列的起始值
答:
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)


暂无数据
推荐帖子
0条评论
1条评论
0条评论