2016年7月6日
摘要: oracle查询用户下的所有表 select * from all_tab_comments -- 查询所有用户的表,视图等select * from user_tab_comments -- 查询本用户的表,视图等select * from all_col_comments --查询所有用户的表的 阅读全文
posted @ 2016-07-06 09:38 itprobie-菜鸟程序员 阅读(559) 评论(0) 推荐(0)