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 |
|
diyagan
Starting Member
22 Posts |
Posted - 2007-10-04 : 06:20:03
|
| Hi,can any one say is it possible to add two rows of a table and store it in a single row in Sql server.assume the row consist of only one field |
|
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2007-10-04 : 06:23:02
|
| Add in what sense? Post some sample data and expected output.Harsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2007-10-04 : 06:25:48
|
Concatenation is the answer. E 12°55'05.25"N 56°04'39.16" |
 |
|
|
diyagan
Starting Member
22 Posts |
Posted - 2007-10-04 : 06:27:02
|
| assume in first row the data is SQlin second row the data is serverthe output should be SQlserveris it possible? |
 |
|
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2007-10-04 : 06:40:31
|
| And if you use front end application to show concatenated data, do concatenation thereMadhivananFailing to plan is Planning to fail |
 |
|
|
diyagan
Starting Member
22 Posts |
Posted - 2007-10-04 : 07:25:12
|
| thank u its working fine... |
 |
|
|
|
|
|