mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-14 15:33:49 +00:00
5 lines
154 B
Plaintext
5 lines
154 B
Plaintext
# User@Host: root[root] @ localhost []
|
|
# Query_time: 1 Lock_time: 0 Rows_sent: 1 Rows_examined: 1
|
|
use test;
|
|
SELECT SUM(total) FROM test.t WHERE id > 0
|