摘要: 获取表字段: select * from user_tab_columns where Table_Name= upper('用户表') order by column_name 获取表注释: select * from user_tab_comments where Table_Name=uppe 阅读全文
posted @ 2018-04-17 10:22 wjj1013 阅读(772) 评论(0) 推荐(0) 编辑