(product)root@localhost [planx]> SELECT table_name, engine FROM information_schema.tables WHERE table_schema = 'operation' ORDER BY table_name DESC;
+-------------+--------+
| table_name | engine |
+-------------+--------+
| t_instances | InnoDB |
+-------------+--------+
1 row in set (0.00 sec)
暂无评论