LEFT(str,len) : LEFT : String Functions MySQL TUTORIALS


MySQL TUTORIALS » String Functions » LEFT »

 

LEFT(str,len)


mysql>
mysql> SELECT LEFT('ABCDEFG', 3);
+--------------------+
| LEFT('ABCDEFG', 3|
+--------------------+
| ABC                |
+--------------------+
row in set (0.00 sec)

mysql>



Leave a Comment / Note


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

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo String Functions
» LEFT