RTRIM function removes trailing characters : RTRIM « Char Functions « Oracle PL / SQL






RTRIM function removes trailing characters



SQL> --RTRIM function removes trailing characters.
SQL>
SQL> SELECT RTRIM('S' , 'STEVENS') AS TRIM FROM Dual;

T
-


SQL>

           
       








Related examples in the same category

1.Rtrim: removes a set of characters from the right of a string
2.Use rtim to remove space
3.Rtrim char type column data