-1108: Too complicated SQL statement (correlated row too long)
Explanation:
The processing of an SQL statement containing at least one correlated subquery requires the generation of an internal result whose rows would exceed the valid length.
User Action:
Check whether some columns within the SELECT LIST can be omitted or the SQL statement can be reformulated in such a way that less or no correlated columns are used.