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 / pradip jain
Hi Ram, what new you are done man?
you have posted same answer as me.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain something about security and SQL Azure?
What information is maintained within the msdb database?
How to call stored procedure using http soap?
is it important for a database administrator to understand the operating system and file access? : Sql server administration
What is the optimization being performed in oracle and SQL Server?
How raid can influence database performance?
What is difference between sql and sql server?
What is the purpose of sql profiler in sql server? : sql server database administration
How to get a list of columns in a view using "sys.columns" in ms sql server?
What do you understand by integration services in sql server?
What is the difference between a local and a global temporary table?
What are the different editions available in sql server 2000?
How to list all login names on the ms sql server?
What are the different types of triggers in SQL SERVER?
What to check if a User database is locked?