Hi
I want to return a set of value with comma seperated in a single row with out using cursorts.

Eg.

Col 1
A
A
B

I want the result to be A,B.

Is there any SQL Server built in function does this?
Appreciate your help.

Thanks