ORACLE10g TO_CHAR 的时间表示法及毫秒级时间获取 select to_char(systimestamp,'yyyy-mm-dd hh24:mi:ssxff') time1, to_char(current_timestamp) time2 from dual;