I would like to change table like this:
ID Value
1 A
1 B
2 C
2 A
3 D
To this:
ID Value1 Value2
1 A B
2 C A
3 D
This is just sample tables but shows what i need to do. Actually I have table with 1669 rows. There is 1500 distinct ID and 84 distinct Values. The problem is that one ID can have few options. I want to make easy use table for changing/adding values and then import it back again to sql.