Entering content frame

-7068: Outer Join not allowed in this context Locate the document in the library 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 Action:

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

 

Leaving content frame