查询列注释:select * from user_col_comments 修改列注释:comment on column 表.字段 is '注释'; 表注释:comment on table tab_name is '表名'; 你可以用Oracle工具来修改,例如PL/Sql Developer,TOAD 相关文章: 2022-12-23 2022-12-23 2021-07-19 2022-12-23 2021-09-20 2022-12-23