How to get the length of a string in SQL Server 2005/2008

added by composeme
5/28/2011 10:19:16 AM

184 Views

In this example, you will see how to get the length of a string in T-SQL. Len function returns the numeric. Len function is used to get the length. Len function can be used in SELECT query. Len function takes only one argument


0 comments