Files
doris/docs/documentation/en/sql-reference/sql-functions/string-functions/left_EN.md
xy720 7a0c7f45b2 Add English documents for Doris (#1719)
The english documents is translated by machine. So It may has some mistake.
We will fix them later
2019-08-29 13:47:15 +08:00

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