Hi,
I have a one column table like
column1
0
0
0
0
0
And I have another one column table like
column1
1
2
3
4
5
How to update table2 values into table1 value?
When i am select table1 my output like this...
Column1
1
2
3
4
5
Thanks
I have a one column table like
column1
0
0
0
0
0
And I have another one column table like
column1
1
2
3
4
5
How to update table2 values into table1 value?
When i am select table1 my output like this...
Column1
1
2
3
4
5
Thanks
Comment