min*_*nty 3 sql oracle
您在查询Oracle中的架构中的所有表名时要查询哪个对象?
Mat*_*son 5
查看您有权访问的所有表
select table_name from all_tables where owner='<SCHEMA>';
选择当前登录架构的所有表(例如,您的表)
select table_name from user_tables;
归档时间:
17 年,7 月 前
查看次数:
1670 次
最近记录:
7 年,1 月 前