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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Get a second field with reverse order

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 this
zone,wing,room,bed
west,wing,room,bed
...
...

I need to create another field that should give result like this
bed,room,wing,zone
bed,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.


   

- Advertisement -