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 |
|
Rita Bhatnagar
Posting Yak Master
172 Posts |
Posted - 2001-04-03 : 10:09:16
|
| I have a stored procedure that gives result for a single field like thiszone,wing,room,bedwest,wing,room,bed......I need to create another field that should give result like thisbed,room,wing,zonebed,room,wing,west... I tried my best to solve it but couldn't do it.In access it works when in query we use joins differently but not in sql server.Any help ?Thanks a lot. |
|
|
|
|
|