Dear All,
I have two cursors like the ones below.tt1 and tt2
I want to insert them into the one SQL table(Items) using index.
Item Table
Could someone please guide me on how to do this?
thank you
I have two cursors like the ones below.tt1 and tt2
Code:
[b]Index Col01 Col02 ... col164[/b]
1 Data01 Data03 .........
2 Data02 Data04 .........
Code:
[b]Index Col165 Col166 ... col324[/b]
1 Data01 Data03 .........
2 Data02 Data04 .........
I want to insert them into the one SQL table(Items) using index.
Item Table
Code:
Id Col03 Col04 ………. ………. ………. Col324
1 Data01 Data03 …….. …….. …….. …….
2 Data02 Data04 …….. …….. …….. ……..
Could someone please guide me on how to do this?
thank you