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 |
|
sks198117
Starting Member
46 Posts |
Posted - 2007-04-12 : 11:00:35
|
| I've a table in following format emname city1 a1 b1 c2 a2 b3 ai need the output as 1 a,b,c2 a,b3 aCan any one help methanks in advance.. |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2007-04-12 : 11:04:42
|
| Where do you want to show concatenated data?MadhivananFailing to plan is Planning to fail |
 |
|
|
sks198117
Starting Member
46 Posts |
Posted - 2007-04-12 : 11:04:43
|
| Is it possible without using procedure? |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
sks198117
Starting Member
46 Posts |
Posted - 2007-04-12 : 11:05:49
|
| i've a asp page on which i want to get formated output as mentioned above |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2007-04-12 : 11:07:29
|
quote: Originally posted by sks198117 Is it possible without using procedure?
Yes. the link suggest function. KH |
 |
|
|
|
|
|