The english documents is translated by machine. So It may has some mistake. We will fix them later
346 B
346 B
left
Description '35;'35;' 35; Syntax
'VARCHAR left (VARCHAR str)'
It returns the left part of a string of specified length
'35;'35; example
mysql> select left("Hello doris",5);
+------------------------+
left ('Hello doris', 5)'1244;
+------------------------+
| Hello |
+------------------------+
##keyword LEFT