DUPLICATE_JOIN_COLUMN=CWSPT0760E: Operation {2} in relation {4} has a column {3} appearing in both operands but not merged, near line {0} position {1}.
Explanation
This is illegal, since it would result in a view with two identically named columns.
User response
Rewrite either to merge the same-named columns, or to rename one of the columns.