select table_name from information_schema.tables where table_schema='abc' and table_type='base table';
SQL导出所有表
最新推荐文章于 2025-06-11 13:40:00 发布
select table_name from information_schema.tables where table_schema='abc' and table_type='base table';