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