-- 查询orderdetail表在哪个数据库
mysql> SELECT table_schema FROM information_schema.TABLES WHERE table_name = 'orderdetail';
+-------------------+
| table_schema |
+-------------------+
| mybatis |
+-------------------+
1 row in set (0.00 sec)