oracle多层子查询(超过2层不认识最外层的列)

select (select b.字段 from  (select 字段 from 表1 where 表1.列 = 表2.列) b ) c  from 表2 ;数据库 例似这样的两层嵌套,会报错,报错以下 表2.列: invalid identifier,通过查询文档:oracle oracle给出的解释: 测试语句 select (select * from (select a.dummy fr
相关文章
相关标签/搜索