Entering content frame

-1113: Too many nested function calls Locate the document in the library structure

Explanation:

The SQL statement contains more nested function calls than can be processed.

User Action:

Check whether some of the functions within the nesting can be omitted. If this is not possible, check whether the desired effect can be obtained by using a QUERY expression in the FROM clause or by generating and reusing a named result table that contains part of the functions.

 

Leaving content frame