Mega Code Archive

 
Categories / Oracle PLSQL / Char Functions
 

Rtrim

SQL> -- RTRIM stands for "right trim." SQL> -- The general format for this function is: SQL> SQL> -- RTRIM(string, characters_to_remove) SQL> SQL> SQL> SELECT RTRIM('Computers', 's') FROM dual; RTRIM('C -------- Computer