摘要: 1.select * from all_tables where owner='VTATEST'; all_tables查出来是查得所有用户下的表,当然也包括你登录的用下的表,然后加一个where你要查的那个用户名就可以了。(记得用户名要大写) 2.select * from user_tables 阅读全文
posted @ 2019-07-15 17:06 BestTarry 阅读(38058) 评论(0) 推荐(3) 编辑