Let's assume that I have one table with two columns A and B. In A column I have number for example 1,2,3. In B column I have some characters (not the special ones). It looks like this :
Column A: 1 1 2 2 3
Column B: a b c d e
My desired output would be :
Column A: 1 2 3
Column B: a-b c-d e