SQL Data Types Oracle PLSQL Tutorial

SQL>
SQL> SELECT TO_CHAR(SYSDATE, 'HH')
  2  FROM dual;
TO
--
09
SQL>