日期:2014-05-16 浏览次数:20782 次
mysql> explain select * from stock_info;
+----+-------------+------------+--------+---------------+------+---------+------+------+---------------------+
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
+----+-------------+------------+--------+---------------+------+---------+------+------+---------------------+
| 1 | SIMPLE | stock_info | system | NULL | NULL | NULL | NULL | 0 | const row not found |
+----+-------------+------------+--------+---------------+------+---------+------+------+---------------------+
1 row in set (0.14 sec)
mysql>