Click here to Skip to main content
15,905,232 members
Articles / Database Development / SQL Server

how to arrange by status code in sql server

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
8 Oct 2012CPOL 0  
You cannot rearrage these columns. What you can do is you can add a new column DisplayOrder in whic you say the order in which it is to be displayed.statuscode statusid StatusCount DisplayOrder Just Received 1 7 1Sent to Engineer 2 ...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead EF (Education First)
India India
I graduated as Production Engineer and started my career as Software Developer then worked as tester for a while before moving into Windows application development using Microsoft Technologies. But for the last few years i am working on javascript, React, Node, AWS, Azure Chatbots

Comments and Discussions