K
knightlzf
Unregistered / Unconfirmed
GUEST, unregistred user!
现在移动要用sql建表,表中有一个id是自动增加的,现在不知道自动增加怎么写
create table name (id int AUTO_INCREMENT not null,name char(32),primary key (id))
这样写不知道为什么不行
create table name (id int AUTO_INCREMENT not null,name char(32),primary key (id))
这样写不知道为什么不行