摘要:
1 2 3 4 固定表头和列 5 27 28 29 31 33 34 35 36 姓名 37 38 ... 阅读全文
摘要:
查询列注释:select * from user_col_comments 修改列注释:comment on column 表.字段 is '注释'; 表注释:comment on table tab_name is '表名'; 你可以用Oracle工具来修改,例如PL/Sql Developer,TOAD 阅读全文