J
John
I have a table that is imported where two columns contain the same data for a
number of rows. Unfortunatley, the second column only has data in the first
row and the remaining are blank.
I want to run an update query to match the data from the first column and
then look at the first rown in the second column then update the blank rows.
i.e.
CODE DESC
1 AA
1
1
2 BB
2
2
I want this after the update:
CODE DESC
1 AA
1 AA
1 AA
2 BB
2 BB
2 BB
number of rows. Unfortunatley, the second column only has data in the first
row and the remaining are blank.
I want to run an update query to match the data from the first column and
then look at the first rown in the second column then update the blank rows.
i.e.
CODE DESC
1 AA
1
1
2 BB
2
2
I want this after the update:
CODE DESC
1 AA
1 AA
1 AA
2 BB
2 BB
2 BB