I have data like this
Party_Id Account_Id TR_Id
1 1 6
1 2 6
2 3 5
2 4 5
3 6 7
3 7 8
I want result like below
Party Trading
1 6
2 5
3 7,8