Community

SQL Server – Custom sorting in ORDER BY clause

(Vishal Gajjar) ORDER BY clause can be used to sort the results returned by SELECT statement in SQL Server. It orders the result set by specified column list. When used with character data type columns it sorts data in dictionary-order.

Read More - Register for Free Membership