My SQL get string length
Posted by Raj
My SQL get string length
Get the length of string in my sql server.In this article,I will explain how to get the length of string in My SQL server.
My SQL string LENGTH function Returns the length of the character string.
Syntax: LENGTH(string)
Query to get string Length in My SQL
select LENGTH('str') as str_length;
I hope above query will help you to get the length of the character string in My SQL server.
Get the length of string in my sql server.In this article,I will explain how to get the length of string in My SQL server.
My SQL string LENGTH function Returns the length of the character string.
Syntax: LENGTH(string)
Query to get string Length in My SQL
select LENGTH('str') as str_length;
I hope above query will help you to get the length of the character string in My 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 My SQL,
My SQL,
My SQL length,
my sql string length,
my sql string length function
.You can leave a response, or trackback from your own site.