Files
doris/docs/documentation/en/sql-reference/sql-functions/string-functions/ltrim_EN.md
2019-08-30 22:07:24 +08:00

317 B

ltrim

Description

Syntax

'VARCHAR ltrim (VARCHAR str)'

Remove the space that appears continuously from the beginning of the parameter str

example

mysql > SELECT ltrim (ab d');
+------------------+
1244; ltrim (ab d') 1244;
+------------------+
1.2.4.;b d
+------------------+

##keyword LTRIM