Hi guys,
I have data as per below that I need to concatenate payment based on paymnt_group id.
The expected result would be:
Your soon answer will be appreciated guys.
Thanks.
I have data as per below that I need to concatenate payment based on paymnt_group id.
Code:
paymt_id paymt_desc paymt_group_id
1 Electricity 1
2 Grocery 1
3 Gas 1
4 Credit Card 2
5 Home loan 2
The expected result would be:
Code:
paymt_group_desc paymnt_group_id
Electricity, Grocery, Gas 1
Credit Card, Home Loan 2
Your soon answer will be appreciated guys.
Thanks.