oracle的to_char函数能不能把时间精确到毫秒级,给个例子


oracle的to_char函数能不能把时间精确到毫秒级,给个例子
9i以上升游绝版磨瞎本,有一个timestamp类型吵姿获得毫秒,如
SQL>select to_char(systimestamp,'yyyy-mm-dd hh24:mi:ssxff') time1,
to_char(current_timestamp) time2 from dual;