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)
 Regarding Order By

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-02-28 : 23:50:24
SATHISH C.G. writes "Hi,

How can we retrive some sets of data orderby some user defined order.

Example: -

Suppose if i has a table which has the following structure with following data.


EmpId      EmpName   Dept
1 x A

2 y C

3 Z B



I want to get the employee details in B ,C,& A order.


Regards

SATHISH C.G."
   

- Advertisement -