mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00: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);
|
|
|