在 sql*plus 中执行时,以下两个查询似乎是等效的:
1.
select * from user_tables;
2.
select * from user_tables /
两个版本有什么区别吗?
oracle
oracle ×1