MS SQL get string length
Posted by Raj
MS SQL get string length
Get the length of string in ms sql server.In this article,I will explain how to get the length of string in MS SQL server.
MS SQL string LEN function Returns the length of the character string.
Syntax: LEN(string)
Query to get string Length in MS SQL
select LEN('str') as str_length;
I hope above query will help you to get the length of the character string in MS SQL server.
Get the length of string in ms sql server.In this article,I will explain how to get the length of string in MS SQL server.
MS SQL string LEN function Returns the length of the character string.
Syntax: LEN(string)
Query to get string Length in MS SQL
select LEN('str') as str_length;
I hope above query will help you to get the length of the character string in MS SQL server.
This entry was posted on October 4, 2009 at 12:14 pm, and is filed under
find length,
find length of string,
find string length in MS SQL,
MS SQL,
MS SQL length,
ms sql string length,
ms sql string length function
.You can leave a response, or trackback from your own site.