会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
坚持就有光
博客园
首页
新随笔
联系
管理
订阅
2024年3月11日
postgresql查数据库的表类型
摘要: SELECT table_schema, table_name, table_type FROM information_schema.tables WHERE table_schema NOT IN ('pg_catalog', 'information_schema') AND table_ty
阅读全文
posted @ 2024-03-11 16:46 坚持就有光
阅读(47)
评论(0)
推荐(0)
编辑
公告