热线电话:13121318867

登录
2020-03-05 阅读量: 634
MySQL:如何创建自增字段?

答:

创建自动增长约束:create table <表名> (<字段名1> <字段类型1> primary key auto_increment,<字段名

2> <字段类型2>,……<字段名n> <字段类型n>);

0.0000
2
关注作者
收藏
评论(0)

发表评论

暂无数据