举例来说:
create table t (i int not null primary key);insert into t(i) values (1), (2), (3), (4);create table t (i int not null primary key)
create table t (i int not null primary key);insert into t(i) values (1), (2), (3), (4);create table t (i int not null primary key)