SQL>SQL>SQL> select substr( '1234567890', 5 ) 2 from dual 3 /SUBSTR------5678901 row selected.SQL>SQL> --