SQL> SQL> SQL> SELECT TO_CHAR(TRUNC(SYSDATE,'Q'),'MM/DD/YYYY HH:MM:SS AM') 2 "Today's Date and Time" 3 from DUAL 4 SQL>