i have records
id | key | string column
------------------------
1 | 1 | A
------------------------
1 | 1 | B
------------------------
1 | 1 | C
i want result like below
id | key | string column
------------------------
1 | 1 | A, B, C
------------------------
someone know how to do? thank you