how to sort on text data type column ?
Database
4
Posts
3
Posters
0
Views
1
Watching
-
HI Can any one let me know, how to sort on cloumn with text data type in SQL Server 2005, thanks in advance, kindly Reply ASAP.
-
select * from table order by columnname asc
orselect * from table order by columnname desc
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post.
-
HI Can any one let me know, how to sort on cloumn with text data type in SQL Server 2005, thanks in advance, kindly Reply ASAP.