CWWBQ1021E   The query table ''0'' defines a join between itself and query table ''1''. But the join on the referenced query table to the current query table is not on the same attribute.

Explanation

Either the referenced query table may define no join between itself and the current query table or the referenced query table must define a join to the current query table on the same attribute.

User response

Correct the join on the current query table.