alter table TableName add( C_RESV_TXT_1 VARCHAR2(50));--给新列添加注释comment on column TableName .C_RESV_TXT_1 is \'预留字符串字段1,预留\'; 相关文章: