G
Guest
I have a table that is a reference for a plan name and it's id. Some plans
have multiple ID's. What I need is for a query to produce the following out
of this table format:
Plan ID
BCBS MA 21
UPMC 12
BCBS MA 25
Query Would produce
PLAN ID
BCBS MA 21,25
UPMC 12
I do not know SQL, is this possible, I've herad people say concatenate
etc... but I only have one table with this fields...
have multiple ID's. What I need is for a query to produce the following out
of this table format:
Plan ID
BCBS MA 21
UPMC 12
BCBS MA 25
Query Would produce
PLAN ID
BCBS MA 21,25
UPMC 12
I do not know SQL, is this possible, I've herad people say concatenate
etc... but I only have one table with this fields...