mysql如果主键重复了会发生什么情况
首先创建一个person表: create TABLE `person`( `id` int not null auto_increment, `name` VARCHAR(255) ...
首先创建一个person表: create TABLE `person`( `id` int not null auto_increment, `name` VARCHAR(255) ...