扫码关注官方微信
扫码下载APP
0
Mysql修改表为主键递增的示例代码:alter table tb_name modify id int auto_increment primary key意
Mysql修改表为主键递增的示例代码:
alter table tb_name modify id int auto_increment primary key
意思:将tb_name表中id字段设置为主键并自动递增。
--结束END--
本文标题: mysql怎么修改表为主键递增
本文链接: https://lsjlt.com/news/112109.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-10-23
2024-10-22
回答
0