I have a table in sql server 2008 with format:
Name number
a 123
a 231
b 521
b 236
then i want get result :
Name number
a 123,231
b 521,236