摘要: 【1】导出、生成当前用户的所有表和视图的注释 select 'comment on table '||a.table_name|| ' is '||''''||a.comments||''''||';' from user_tab_comments a where a.table_type in(' 阅读全文
posted @ 2019-12-16 10:54 sinchuan 阅读(505) 评论(0) 推荐(0)