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 |
gogetter
Starting Member
18 Posts |
Posted - 2008-02-29 : 12:45:14
|
Does anyone know if it's possible to seperate one row into multiple rows in a single query? For example; I have a table that has about 50 columns that contain data, the data came from a query that joined from three seperate sources. I now need to export this data to a text file in a specific format so the rows need to be seperated at a certain point. Say I have firstname,lastname,SSN,JobTitle in one row but I need to to look like this: firstnamelastnameSSNJobTitle Can this be done in SQL? |
|
X002548
Not Just a Number
15586 Posts |
|
Jeff Moden
Aged Yak Warrior
652 Posts |
Posted - 2008-03-04 : 22:25:53
|
Heh... So, does that deserve a "WTF" or does the OP not answering a simple question happen a lot on this forum? --Jeff Moden |
 |
|
|
|
|