April 7, 2011

Order by in SQL Server on column

SELECT * FROM CallHistory ORDER BY 2

It will sort record on 2nd position column.

No comments:

Post a Comment