摘要: MySQL中对于表上ID自增列可以在创建表的时候指定列上的auto_increment属性和auto_increment_offset属性。 auto_increment_increment控制列中的值的增量值,也就是步长。 auto_increment_offset确定AUTO_INCREMENT 阅读全文
posted @ 2021-07-09 11:31 paul_hch 阅读(100) 评论(0) 推荐(0)