Forum Discussion
Satish_Kumar
9 years agoHelper V
error in join
LaurentCouartou
9 years agoSolution Supplier
It looks like both tables in your CROSSJOIN have a column named 'No_'.
This is not allowed, because the returned tables would have two columns with the same name.
Try to restrict the number of columns that participate in the CROSSJOIN operation with a GROUPBY / SUMMARIZE or use SELECTCOLUMNS to rename some columns.