Below is my ask.
- I have a column A in source table that has value 0 and 1.
- I have created a derived table for that column and associated column B, and have destination table where there is already associated column which has value "XYZ" where source column has value = 0.
- So if value in source table changes from 0 to 1, the destination column will have the value "ABCD", and if the value changes back from 1 to 0, the destination column should have value "EFGH". Pl
Please help me, how to do this.