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
相關文章
相關標籤/搜索