SQL Data Types Oracle PLSQL Tutorial

SQL>
SQL> SELECT TO_CHAR(SYSDATE, 'W')
  2  FROM dual;
T
-
5
SQL>