nathanharcup
MIS
Hi All,
I hope you can help me out with this problem, I have several columns in a table, I want to move the data from column x to column y (I need to move the value from column x to column y for the same row) like the below;
I have;
Column x column y
Value1 <null>
value2 <null>
I need to end up with the following;
Column x column y
Value1 value1
value2 value2
I tried using DTS, however it just adds new rows to the table with every other column null apart from column y.
I sure this must be simple but just can't figure it out :-(
Thanks
Nathan
I hope you can help me out with this problem, I have several columns in a table, I want to move the data from column x to column y (I need to move the value from column x to column y for the same row) like the below;
I have;
Column x column y
Value1 <null>
value2 <null>
I need to end up with the following;
Column x column y
Value1 value1
value2 value2
I tried using DTS, however it just adds new rows to the table with every other column null apart from column y.
I sure this must be simple but just can't figure it out :-(
Thanks
Nathan