Dear all,
I have two tables as below:
Table1:
Name | Go |
A | 1111 |
B | 2222 |
A | 3333 |
C | 4444 |
C | 5555 |
C | 6666 |
Table 2:
Name |
A |
C |
I need to join them to be like this (Table 3)
Name | GOs |
A | 1111,3333 |
C | 4444,5555,6666 |
I can do that in Excel, but my table is so big for that.
Any answer will be appreciated,
Thank you