一:自增主键是连续的么? - 自增主键不能保证连续递增。 二:自增值保存在哪里? - 当使用 show create table `table_name`;时,会看到 自增值,也就是 AUTO_INCREMENT。 CREATE TABLE `t` ( .... ) ENGINE=InnoDB AU Read More
posted @ 2019-06-26 11:21 Zzz哈 Views(1029) Comments(0) Diggs(1)