摘要: select t1.owner ,t1.table_name ,t1.column_id ,t1.column_name ,t1.data_type ,t2.comments from all_tab_columns t1 join all_col_comments t2 on t1.owner = t2.owner ... 阅读全文
posted @ 2018-08-31 14:33 chenzechao 阅读(235) 评论(0) 推荐(0)