In this post, you’ll learn about the error message -101 the statement is too long or too complex in the IBM DB2 database , the reason why it occurs along with the solution to fix it
IBM DB2 Error Message
-101 the statement is too long or too complex
Reason for the Error
The statement cannot be executed because it exceeds the system limits for either length or complexity.
Solution
Break the statement up into shorter or less complex SQL statements.