SQL> SQL> --For example, the following query removes the character "S" from a string: SQL> SQL> SELECT TRIM('S' FROM 'STEVENS') AS TRIM FROM Dual; TRIM ----- TEVEN SQL>