mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 13:11:32 +00:00
10 lines
565 B
SQL
10 lines
565 B
SQL
mysql> explain select 1;
|
|
+----+-------------+-------+------+---------------+------+---------+------+------+----------------+
|
|
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|
|
+----+-------------+-------+------+---------------+------+---------+------+------+----------------+
|
|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NULL | NULL | NULL | No tables used |
|
|
+----+-------------+-------+------+---------------+------+---------+------+------+----------------+
|
|
1 row in set (0.00 sec)
|
|
|
|
mysql> notee;
|