all_tab_columns

最近更新时间: 2024-06-12 15:06:00

所有表和视图中的所有列的信息

名称 类型 说明
owner name 所属用户
table_schema name 表或视图所在 schema 的名称。
table_name name 列所在的表或视图的名称。
column_name name 列的名称。
data_type text 列的数据类型。
data_type_owner name 数据类型所有者
data_length integer 文本列的长度。
data_precision integer NUMBER 列的精度(位数)。
data_scale integer NUMBER 列的小数位数。
nullable text 列是否可为空,可能值包括:
Y:列可为空。
N:列不可为空。
column_id numeric 表中列的相对位置。
data_default character varying 分配给列的默认值。
num_distinct numeric(38,0) 表格每列中不同值的数量
low_value text 对于超过三行的表,第二低和第二高的值
high_value text N/A
density text N/A
num_nulls real 列中的空值数
num_buckets integer 列的直方图中的桶数
last_analyzed text 最近分析此列的日期
sample_size text 用于分析此列的样本量
character_set_name text 字符集的名称
char_col_decl_length integer 字符集的长度
global_stats text N/A
user_stats text N/A
avg_col_len integer 列的平均长度(以字节为单位)
char_length integer 以字符显示列的长度
char_used text N/A
v80_fmt_image text N/A
data_upgraded text N/A
histogram text N/A