字段名 整型 primary key auto_increment
insert into xxx(xx1,xx2...) values(null,xxx)
insert into xxx values(null,'xxx',...)
如果添加数据时给自增长字段指定值,则以指定值为基准