test1
t1 t2
1
test2
x
1
2
3
upto 20
so I want all the x
values copy into t2
.
How should I?
More detailed :
There r 2 tables 'test1' , 'test2'. ' test1 ' having 2 columns i.e ' t1 ' , ' t2 ' and ' test2 ' having 1 column i.e ' x '. so I need to copy test2.x column values to test1.t2 column. test1.t1 - 1, test1.t2 - null, test2.x - 1,2,3,4 ..... 20