hi all,
I am having two tables with same number of rows and datatype like this,
Table1
Item
1
2
3
4
5
Table2
Item
1
2
3
4
5
I want to join this two table like this
Item1 Item2
1 1
2 2
3 3
4 4
5 5
There is no check condition.
Anybody help me
I am having two tables with same number of rows and datatype like this,
Table1
Item
1
2
3
4
5
Table2
Item
1
2
3
4
5
I want to join this two table like this
Item1 Item2
1 1
2 2
3 3
4 4
5 5
There is no check condition.
Anybody help me
Comment