comment on column 表名.字段名 is '注释内容'; comment on column OPERATOR_INFO.MAIN_OPER_ID is '归属操作员'; comment on table 表名 is '注释内容'; comment ...
为表添加字段和注释的方法 user tab columns是保存了当前用户的表 视图和Clusters中的列等信息,用于oracle获取表结构。 ...
2018-12-24 09:59 0 2499 推荐指数:
comment on column 表名.字段名 is '注释内容'; comment on column OPERATOR_INFO.MAIN_OPER_ID is '归属操作员'; comment on table 表名 is '注释内容'; comment ...
comment on column 表名.字段名 is '注释内容'; comment on table 表名 is '注释内容'; ...
#hehe 表中添加ISXP 字段 alter table hehe add( ISXP varchar2(1) ); COMMENT ON COLUMN "hehe"."ISXP" IS '是否信披过0已信披1未信披'; ...
...