本文共 125 字,大约阅读时间需要 1 分钟。
SELECT table_schema FROM information_schema.TABLES WHERE table_name = '表名';
转载于:https://www.cnblogs.com/rxbook/p/6000357.html