SQL Data Types Oracle PLSQL Tutorial

SQL>
SQL> SELECT TO_CHAR(SYSDATE, 'HH24')
  2  FROM dual;
TO
--
21
SQL>