user_col_comments
更新时间 2025-02-05 09:36:57
最近更新时间: 2025-02-05 09:36:57
本页介绍天翼云TeleDB数据库系统视图user_col_comments的内容。
视图的作用:提供了当前用户所拥有的表的列及其注释信息。
名称 | 类型 | 定义 |
---|---|---|
schema_name | name | 列所在的表的模式(schema)名称。 |
table_name | name | 列所在的表的名称。 |
column_name | name | 列的名称。 |
comments | text | 列的注释信息。 |