mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-18 17:58:55 +00:00
4 lines
228 B
Plaintext
4 lines
228 B
Plaintext
# Time: 110422 11:28:00
|
|
# Query_time: 0.000300 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
|
|
select country.country, city.city from city join country using (country_id) where country = 'Brazil' and city like 'A%' limit 1;
|