ORA-01799: a column may not be outer-joined to a subquery
420265Jun 30 2004 — edited Sep 23 2004SELECT t1."id" "c_5" FROM s_00000000B7 t1 LEFT OUTER JOIN s_00000000GJ t2 ON t2."i_00000002TT" = ( SELECT MAX(a10t2."i_00000002TT") FROM s_00000000GJ a10t2 )
This query returns following error on Oracle 9.2.0.4:
ORA-01799: a column may not be outer-joined to a subquery
Why?