1、日期时间
select SYSDATE from DUAl; select TO_CHAR(SYSDATE, 'YYYY-MM-DD') from DUAL; select TO_CHAR(SYSDATE, 'HH24:MI:SS') from DUAL;