mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-18 09:43:09 +00:00
5 lines
151 B
Plaintext
5 lines
151 B
Plaintext
SELECT c FROM t WHERE id=1
|
|
/* Hello, world! */ SELECT * FROM t2 LIMIT 1
|
|
INSERT INTO t (a, b) VALUES ('foo', 'bar')
|
|
INSERT INTO t SELECT * FROM monkeys
|