SQL> SELECT TRIM (both ' ' from ' String with blanks ') FROM dual;TRIM(BOTH''FROM'ST------------------String with blanksSQL>