-1109: Too complicated SQL statement (too many subquery results) 

Explanation:

More subqueries were generated within the SQL statement than can be administered.

User Action:

Simplify the SQL statement or split it into several SQL statements.