mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-03-01 02:00:46 +08:00
6 lines
94 B
SQL
6 lines
94 B
SQL
use test;
|
|
|
|
drop table if exists table_10;
|
|
create table table_10(a int not null primary key);
|
|
|