The Tutorial already illustrate you an example to find the length of the String. Now this section of tutorial helps you to find the Length Function in Mysql. The Query length('Roseindia.net') is used to compute the length of characters in Roseindia.net under the fieldname Length of string.
length(Roseindia.net) : The Query given below is used to compute the length of string enclosed in single quotes under the specified column name.
Query:
mysql> select length('Roseindia.net')as Lengthofstring;
|
Output:-
+----------------+ | Lengthofstring | +----------------+ | 13 | +----------------+ 1 row in set (0.00 sec) |
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Mysql Length Function
Post your Comment