mysql 主键自增

比如创建表格,表格ID需要自增

 

将ID设置成主键,并配置auto_increment 

例:

create table test(

id  int(4)  not null  primary key  auto_increment

username char(20) 

passwd char(20)

posted @ 2016-07-04 16:30  踏雪无痕何处是  阅读(4126)  评论(0编辑  收藏  举报