mysql 主键自增

好比建立表格,表格ID须要自增rem

 

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

例:test

create table test(配置

id  int(4)  not null  primary key  auto_incrementim

username char(20) tab

passwd char(20)ab

表格

相关文章
相关标签/搜索