会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
iullor
首页
新随笔
订阅
管理
2021年12月28日
greenplum获取表schame信息
摘要: 1,获取表 信息 select * from information_schema."tables" t ; 2,获取字段详情 select * from information_schema.columns c where c.table_name ='表名'; 3,获取表具体字段备注信息 SEL
阅读全文
posted @ 2021-12-28 14:19 iullor
阅读(290)
评论(0)
推荐(0)
编辑