select table_name from information_schema.tables where table_schema='abc' and table_type='base table';SQL导出所有表
最新推荐文章于 2025-02-24 00:07:56 发布
select table_name from information_schema.tables where table_schema='abc' and table_type='base table';
被折叠的 条评论
为什么被折叠?