Answer the question
In order to leave comments, you need to log in
How to merge strings by attribute?
Let's say I have a table:
Maxim | 20 | 145
Oleg | 55 | 888
Maxim | 20 | 145 , 755
Maxim | 33 | 666
Roman | 20 | 6464
Roman | 20 | 444
What to do, that the first column has been merged?
That is, so that there are no duplicates in the first column, and the remaining columns are linked.
It should look like this:
Maxim | 20, 33 | 145, 755, 666
Oleg | 55 | 888
Roman | 20 | 6464, 444
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question