表注释(所有表):select * from user_tab_comments;

表注释(1张表):select * from user_tab_comments where table_name=  '表名';



字段注释(所有表):select *  from user_col_comments

字段注释(1张表):select *  from user_col_comments where table_name=  '表名'

06-02 17:08