all_col_comments
更新时间 2025-02-05 09:36:55
最近更新时间: 2025-02-05 09:36:55
本页介绍天翼云TeleDB数据库系统视图all_col_comments的内容。
视图的作用:检索数据库中所有表和视图的列的注释信息。
名称 | 类型 | 定义 |
---|---|---|
owner | name | 表的所有者名称 |
schema_name | name | 表所在的模式(schema)名称 |
table_name | name | 表的名称 |
column_name | name | 表的字段名 |
comments | text | 每个列的注释(col_description中的表oid和列编号) |