Hi All,
I need help on how to return the rows in one particular field as a string with comma separated in
between those data. For example:
Table A
ID Name IsActive
_______________ _______________ _________
1 Amy 1
2 Anne 0
3 Del 0
How do i return resultset like this :
Amy(Active),Ann e,Del
Can we use Concat function in this case?Really hope anyone can give some idea.
I need help on how to return the rows in one particular field as a string with comma separated in
between those data. For example:
Table A
ID Name IsActive
_______________ _______________ _________
1 Amy 1
2 Anne 0
3 Del 0
How do i return resultset like this :
Amy(Active),Ann e,Del
Can we use Concat function in this case?Really hope anyone can give some idea.
Comment