Can Somebody teach me how to merge the column 1 row into the same value and the column 2 row join together with binary and character?
For example : (TABLE A)
column1 column2
1 james
1 12345
2 jane
2 54321
to
1 james,12345
2 jane,54321
Your answer would be appreciated!