i have a table #temp1(id, Name groupname ) and record
like this 1 R1 S
2 R3 S
3 R2 S
4 R4 D
5 R5 D
6 R6 K
7 R7 K
8 R8 L
9 R9 L
10 R10 L
11 R11 K
and i want to display record based on user defind sorting
order e.g.
1 R4 D
2 R5 D
3 R6 K
4 R7 K
5 R11 K
6 R1 S
7 R3 S
8 R2 S
9 R8 L
10 R9 L
11 R10 L
Answer Posted / archana
Select * from #emp Order by id,Groupname
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?
Why do we use non clustered index?
Explain the ways to controlling cursor behavior?
Do you know clustered and non-clustered index?
Can two tables share a primary key?
What is query cost in sql server?
How many categories of data types used by sql server?
What is the difference between nvl and nvl2?
Can we insert data if clustered index is disabled?
Explain what are the basic functions for master, msdb, model, tempdb databases?
List some of the rules that apply to creating and using a ‘view’
What happens if you insert a duplicate key for the primary key column in ms sql server?
What are a scheduled jobs or what is a scheduled tasks?
What does sql server mean?
What purpose does the model database server?