mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-23 04:25:43 +00:00
13 lines
167 B
Plaintext
13 lines
167 B
Plaintext
-- START SESSION 42
|
|
|
|
use db1
|
|
|
|
SELECT foo FROM tbl WHERE col=12345 ORDER BY col
|
|
|
|
-- START SESSION 11
|
|
|
|
use my_webstats
|
|
|
|
SELECT DISTINCT col FROM tbl WHERE foo=20061219
|
|
|