Get string length : String Length : String SQL / MySQL


SQL / MySQL » String » String Length »

 

Get string length



/*
mysql> select length("123456");
+------------------+
| length("123456") |
+------------------+
|                6 |
+------------------+
1 row in set (0.00 sec)


*/  
select length("123456");

           
       



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

SQL / MySQL

 Navioo String
» String Length