Query featuring outer joins behaves differently in Oracle 12c

前端 未结 3 1375
再見小時候
再見小時候 2020-12-17 14:48

I had a problem come through concerning missing data on Oracle 12c.

I took a look at the code and found a query that works on mysql, mssql, oracle 11g, but has diffe

3条回答
  •  伪装坚强ぢ
    2020-12-17 15:19

    I've a migration planned from 11gR2 to 12c and whole lot of syntax is in ANSI. Its really a nightmare to test each and every query and compare it with the 11g data. Is setting alter session set "_optimizer_ansi_rearchitecture"=false; is the only solution or the bug is fixed

提交回复
热议问题