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 would be 

table 3=

a,1

b,2

c,3

 

Im tagled with all the left/first inner/outer joins... I just want the two "stitched" together.

 

thnx

C

  • 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.

3 Replies