logo  
Google
 

DB2 SQL-Error: -129

SQLState: 54004

Short Description: THE STATEMENT CONTAINS TOO MANY TABLE NAMES

A subselect (including all subqueries) can have a maximum of 225 references to table names. System action: The statement cannot be executed. Programmer response: Break the SQL statement into two or more simpler statements with less than 225 table references in each. The count will include the number of base table occurrences from each table or view on the FROM list. Refer to Chapter 4 of DB2 SQL Reference for the definition of a subselect.

 <-  BACK TO INDEX