Forum Discussion
Satish_Kumar
Helper V
9 years agoerror in join
LaurentCouartou
Solution Supplier
9 years agoIt 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.