Forum Discussion

chronis69's avatar
chronis69
Microsoft Employee
6 years ago
Solved

simple tables join

hi   I want to do a simple join of 3 tables who dont share any common field they just have the same number of rows. I have    table 1= a b c   table 2 =  1 2 3   I want a table that wou...
  • MFelix's avatar
    6 years ago
    Hi chronis69,

    Assuming that they both are in the sorting you need.

    Add an index colum to each table then make merge based on index of both tables.