Hi,
I did that:
Select * from OppSalesTeam where role = 'Financing' and Opportunity = '123456';
The result is this:
ID role name Opportunity
2143 Financing bank 123456
4141 Financing owner 123456
But, I would that the result seem like that:
ID role name Opportunity
2143 Financing bank, owner 123456
I just want 1 row that contains the names for this Opportunity, but I don't know how I can do that.
Can you help me??
Thanks
I did that:
Select * from OppSalesTeam where role = 'Financing' and Opportunity = '123456';
The result is this:
ID role name Opportunity
2143 Financing bank 123456
4141 Financing owner 123456
But, I would that the result seem like that:
ID role name Opportunity
2143 Financing bank, owner 123456
I just want 1 row that contains the names for this Opportunity, but I don't know how I can do that.
Can you help me??
Thanks