mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-13 14:39:28 +00:00
6 lines
73 B
SQL
6 lines
73 B
SQL
USE test;
|
|
CREATE TABLE t (
|
|
host2_col INT
|
|
);
|
|
INSERT INTO t VALUES (1);
|