mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 13:11:32 +00:00
10 lines
199 B
SQL
10 lines
199 B
SQL
CREATE TABLE "t" (
|
|
"a" int(11) DEFAULT NULL,
|
|
"b`c" int(11) DEFAULT NULL,
|
|
"d""e" int(11) DEFAULT NULL,
|
|
"f
|
|
g" int(11) DEFAULT NULL,
|
|
"h\" int(11) DEFAULT NULL,
|
|
"i\""" int(11) DEFAULT NULL
|
|
)
|