mysql如何让字段从某个值开始自增

如题所述

create table test
(
ID int primary key auto_increment=100,
name varchar(50)
);
100是初始值可以自定义
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答