Hi
In target table it has to be in which position 1 will be we have to give that number looking from the source
suppose if we have id,A_1,A_2,A_3,A_4,A_5
100,1,0,0,0,0
200,0,1,0,0,0
In this 1 is at A_1 so it has to give at in target A -->1
how can we do it??


Reply With Quote