GBase 8s
运维管理
文章
查询表comment
GBase社区管理员发表于2024-01-30 16:35:4090次浏览1个评论
查询表注释:
select a.tabname,a.comments from syscomments a,systables b where a.tabname = b.tabname and b.tabid >= 99;输出示例:
tabname t
comments 表t comment查询字段注释:
select a.* from SYSCOLCOMMENTS a,systables b where a.tabname = b.tabname and b.tabid >= 99;输出示例:
tabname t
colname col1
comments t.col1热门帖子
- 12025-12-01浏览数:182759
- 22023-05-09浏览数:25052
- 42023-09-25浏览数:18521
- 52020-05-11浏览数:17526