Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Combine two columns from two tables

I have two completely unrelated tables. One is from a query, and one is a Date table that I created by function. The first has a list of company names: Company A Company B Company C Company D   ...
  • AlB's avatar
    7 years ago

    Hi Anonymous

     

    Try

    NewTable = CROSSJOIN( TableA, TableB)