Sign in
apache
/
spark
/
v1.6.1
/
.
/
sql
/
hive
/
src
/
test
/
resources
/
golden
/
udf_ltrim-1-658d495908097792a0e33a77becac2
blob: fc994e90aaa051242e88801a9b34522b66d51a28 [
file
] [
log
] [
blame
]
ltrim
(
str
)
-
Removes
the leading space characters
from
str
Example
:
>
SELECT ltrim
(
' facebook'
)
FROM src LIMIT
1
;
'facebook'