把show tables当成一个sql来执行,看看记录集里边又没有就知道了!mysql> show tables;
+----------------+
| Tables_in_test |
+----------------+
| logoff         |
| send           |
| spservice      |
| test           |
| tmp_copy       |
| tyq            |
+----------------+
6 rows in set (0.00 sec)