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