Specific row at the top then sort the rest result set in SQL Server

In this post, “Specific row at the top then sort the rest result set in SQL Server“, we are going to learn that how we can order a result set in a customized way which cannot be achieved using ORDER by Clause in a simple way. To demonstrate this, let’s create a sample table named as “tbl_Department” and insert […]

Specific row at the top then sort the rest result set in SQL Server Read More »