Background documentation-7068: Outer Join not allowed in this context Locate this document in the navigation structure

 

Explanation

An OUTER JOIN indicator was used in a comparison predicate in which no table column was specified in one of the two expressions. An OUTER JOIN indicator is only allowed in a JOIN predicate.

User Response

You can repeat the SQL statement without the OUTER JOIN indicator.