oracle的表注释,列注释在哪里添加?
查询列注释:select * from user_col_comments
修改列注释:comment on column 表.字段 is '注释';
表注释:comment on table tab_name is '表名';
你可以用Oracle工具来修改,例如PL/Sql Developer,TOAD
修改列注释:comment on column 表.字段 is '注释';
表注释:comment on table tab_name is '表名';
你可以用Oracle工具来修改,例如PL/Sql Developer,TOAD