0

Is it possible to merged multiple values in one column using SQL? (the value is being separated via comma)

For example, I have this data:

Ids
1
2
3
4
5
6

Then I want it to return like this:

Ids
1,2,3,4,5,6
danteboi
  • 9
  • 4

0 Answers0