select * from all_tables where owner='TEST';
TEST为用户名,用户名必须是大写。
查看当前登录的用户的表:
select table_name from user_tables;
select * from all_tables where owner='TEST';
TEST为用户名,用户名必须是大写。
查看当前登录的用户的表:
select table_name from user_tables;
转载于:https://www.cnblogs.com/qlqwjy/p/8405478.html