Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Combining Multiple records into a single record via query

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-03-07 : 07:44:58
Jeff writes "Hi,

My sql is rusty . . . I need to combine multiple column values into a single record for a constant value in another column - example:

Contact Name(Table1.contact_name) Property (Table2.property)

Me Aproperty
Me Bproperty
Me Cproperty
Me Nproperty

Query result set

Me, Aproperty, Bproperty, Cproperty . . Nproperty

I'm researching Cross reference, intersects, et cetera - not sure I'm on the right track.

Your help is much appreciated.

Jeff"

robvolk
Most Valuable Yak

15732 Posts

Posted - 2005-03-07 : 07:45:29
There are 3 or 4 articles here:

http://www.sqlteam.com/searchresults.asp?SearchTerms=csv
Go to Top of Page
   

- Advertisement -