Getting data from multiple rows into one column
- From: "bika" <aesahab@xxxxxxxxx>
- Date: 2 Dec 2005 16:58:34 -0800
I have a table that has values as follows:
PersonID Degree
55 MD
55 Phd
55 RN
60 MD
60 Phd
I need a create a query that will give me output like this:
PersonID Degree
55 MD, Phd, RN
60 MD, Phd
Any ideas
.
- Follow-Ups:
- Re: Getting data from multiple rows into one column
- From: --CELKO--
- Re: Getting data from multiple rows into one column
- From: Rich Ryan
- Re: Getting data from multiple rows into one column
- From: gjvdkamp
- Re: Getting data from multiple rows into one column
- From: Erland Sommarskog
- Re: Getting data from multiple rows into one column
- Prev by Date: SP and ADO Page Property Not Working Properly
- Next by Date: Re: Databases not showing up in Enterprise Manager
- Previous by thread: SP and ADO Page Property Not Working Properly
- Next by thread: Re: Getting data from multiple rows into one column
- Index(es):
Relevant Pages
|