Friday, November 30, 2018

sql - Convert multiple rows into one with coma as separator

If I issue SELECT ID FROM TestAhmet I get this result:



1

3
5
2
4


but what I really need is one row with all the values separated by comma, like this:



1,2,3,4,5



How do I do this?



ps: I cant do this : Convert multiple rows into one with comma as separator

No comments:

Post a Comment

plot explanation - Why did Peaches' mom hang on the tree? - Movies & TV

In the middle of the movie Ice Age: Continental Drift Peaches' mom asked Peaches to go to sleep. Then, she hung on the tree. This parti...