会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
nami
博客园
首页
新随笔
联系
订阅
管理
2014年7月15日
oracle存储过程--导出数据库表的说明文档
摘要: Oracle查询表的名字和commentsselect a.table_name,b.comments from user_tables a,ALL_TAB_COMMENTS b where a.table_name=b.table_name查询字段的名字和commentsselect distin...
阅读全文
posted @ 2014-07-15 15:58 nami
阅读(1197)
评论(0)
推荐(0)
编辑