GBase 8s
运维管理
文章
查询表注释:
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浏览数:183162
- 22023-05-09浏览数:25940
- 42023-09-25浏览数:19583
- 52020-05-11浏览数:18203