oracle 查看表的相关信息
摘要:
1.查看当前用户的表SELECT * FROM user_tables;2.查看指定用户的表SELECT * FROM all_tables WHERE owner = 'SYS'; 阅读全文
posted @ 2015-11-23 14:06 奈何作贼 阅读(203) 评论(0) 推荐(0) 编辑
posted @ 2015-11-23 14:06 奈何作贼 阅读(203) 评论(0) 推荐(0) 编辑