Sql Server 2000 Query
Homepage
About Us
Topics
Contact Us
Advertise
Jobs
Walkin
Most Visited Questions
How to use ISNULL in SQL
Syntax of While Statement in SQL Query
Query to get column character length order by length
Syntax to rename a database
How many kind of User Defined Functions can be created in Sql Server2000
Update data in two table using join
Home
>>
Dababase Interview Questions
>>
Sql Server 2000 Query
Query to get column character length order by length
Posted on August 12th , 2009 by Admin
SELECT LEN(Column_name) as colmun,column_name FROM YourTableName order by column
Site Search