Sql Server 2000 Query
Homepage
About Us
Topics
Contact Us
Advertise
Jobs
Walkin
Most Visited Questions
How many kind of User Defined Functions can be created in Sql Server2000
what is difference between DELETE and TRUNCATE commands
How to use ISNULL in SQL
Syntax of While Statement in SQL Query
What is DTS in SQL Server
Syntax to rename a database
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