pl1101
Programmer
- Dec 5, 2009
- 46
I need to convert multiple row into a single column separated by commas. I read another thread that tells me how to do it, but the comma is either is added to the end. How do I stop the comma from appearing at the end.
Example:
Id
1
2
3
4
4
Need to display:
id
1,2,3,4,4
It currently displays:
1,2,3,4,4,
I used thread# 767-1478748 to get the above results.
Thank you in advance. I really appreciate your help!
Example:
Id
1
2
3
4
4
Need to display:
id
1,2,3,4,4
It currently displays:
1,2,3,4,4,
I used thread# 767-1478748 to get the above results.
Thank you in advance. I really appreciate your help!