-129   THE STATEMENT CONTAINS TOO MANY TABLE NAMES

Explanation

A subselect (including all subqueries) can have a maximum of 225 references to table names.

System action

The statement cannot be processed.

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.

SQLSTATE

54004