ALL_TAB_COLUMNS
- ALL_TAB_COLUMNS视图提供当前用户可访问表和视图中所有列的信息。
列名 | 类型 | 描述 |
owner | text | 字段所在表或视图的所有者 |
schema_name | text | 字段所属的模式名 |
table_name | Text | 表名 |
column_name | Text | 列名 |
data_type | Text | 列的数据类型 |
data_length | numeric | 列的字节长度 |
data_precision | numeric | 数据类型的精度 |
data_scale | numeric | 数字小数点右边精度 |
nullable | Char(1) | 列的值是否允许为空 |
column_id | numeric | 列在表中的顺序编号 |
data_default | text | 列的默认值 |