Hi,
I want to update one of 13 columns in one table. Which column is to be updated depends on the value in another table.
In essence, if the value in the source table is 'C', then I want to take the third measures column from this table and update the third measures column in the target table. If it's 'D', then the fourth, and so on. (It has to be update rather than insert, because the number of rows may be inconsistent).
What's the best way to approach this?
Thanks
I want to update one of 13 columns in one table. Which column is to be updated depends on the value in another table.
In essence, if the value in the source table is 'C', then I want to take the third measures column from this table and update the third measures column in the target table. If it's 'D', then the fourth, and so on. (It has to be update rather than insert, because the number of rows may be inconsistent).
What's the best way to approach this?
Thanks