Oracle RTRIM() FunctionRTRIM(str) is a String function of Oracle. This function returns the string by removing given characters from the right side. SyntaxParametersstring1 : string to be trimmed from right-hand side. trim_string : it is optional. It is the string to be removed from right-hand side of the sting1. ReturnIt returns string by removing given characters from the right side. Example 1Example 2Next TopicOracle String |