我一直在寻找高低,但找不到我能理解的简单解决方案。
我有这个查询:
select * from table_A
Left Outer Join Table_B
on table_A.common_column = Table_B.common_column
and Table_B.column = (select max(id) from table_C where value = :BINDVARIABLE) /*Static Number*/
我不断收到以下错误:ORA-01799: a column may not be external-joined to a subquery
任何帮助,将不胜感激