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.
| 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 ApropertyMe BpropertyMe CpropertyMe NpropertyQuery result setMe, Aproperty, Bproperty, Cproperty . . NpropertyI'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 |
 |
|
|
|
|
|