Mega Code Archive

 
Categories / Oracle PLSQL / Char Functions
 

RTRIM function removes trailing characters

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