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 |
CSK
Constraint Violating Yak Guru
489 Posts |
Posted - 2007-04-13 : 11:53:33
|
Hi all,I have the table like Seekid CFGID135 14 135 23 135 37135 25. .. .. .. .135 30I want the CFGID like '14','23','37','25','30' for the coresponding Seekid 135. How can i do this. Please help meThnaks Krishna |
|
jezemine
Master Smack Fu Yak Hacker
2886 Posts |
|
CSK
Constraint Violating Yak Guru
489 Posts |
Posted - 2007-04-13 : 12:12:30
|
Hi Jeze, Thanks for your response. I dont want to cross tab. I just want to concat the result returned by CFGID.Thnaks |
 |
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2007-04-13 : 12:18:27
|
Look here: [url]http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=64079&SearchTerms=concatenate,records[/url]Harsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
CSK
Constraint Violating Yak Guru
489 Posts |
Posted - 2007-04-13 : 12:28:02
|
Hi Harsh, Thanks I got it |
 |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2007-04-13 : 12:44:26
|
Where do you want to show concatenated data?MadhivananFailing to plan is Planning to fail |
 |
|
|
|
|