use test; drop table if exists table_10; create table table_10(a int not null primary key);