Oracle RTRIM Function

preview_player
Показать описание

The Oracle RTRIM function allows you to remove a specific character from the right side of a string.

It’s one of the most commonly used string manipulation functions in SQL, in my experience. The “R” in “RTRIM” stands for “right”.

It’s often used to remove spaces from the right of a string. However, it can be used to remove other characters, such as trailing slashes from URLs.
Рекомендации по теме