Show TOC

-1017: Too many joinsLocate this document in the navigation structure

Use

Explanation

The number of join predicates in a search condition must not exceed 64.

User Response

The expected result can be achieved by issuing several QUERY statements and creating the respective result tables as temporary results. It is also possible to change the SQL statement in such a way that temporary results are implicitly created when a QUERY expression is used in a FROM clause.