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

如题所述

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