Entering content frame

-1011: Too many correlated tables Locate the document in the library structure

Explanation:

The number of correlated tables used in the correlated subqueries cannot exceed 16 (see Restrictions for SQL Statements).

User Action:

Try to formulate the SQL statement in such a way that 16 correlated tables are sufficient. Should this not be possible you have to use several SQL statements to achieve the desired effect.

 

Leaving content frame