SQL>SQL> --LTRIM function removes leading charactersSQL>SQL> SELECT LTRIM('ST' , 'STEVENS') AS TRIM FROM Dual;T-SQL>