select * from information_schema.tables where table_schema='public'
查询schema下面所有表
最新推荐文章于 2025-03-21 09:16:37 发布
select * from information_schema.tables where table_schema='public'