TRIM
LTRIM
RTRIM
Removes specified characters from the left side.
LTRIM(str [, chars])
Enter values below to update the example in real time.
trimmed
SELECT LTRIM(' hello') AS trimmed FROM DUAL;