赞
踩
select to_char(systimestamp, 'yyyymmdd hh24:mi:ss.ff ') from dual;
带毫秒精确位数:
select to_char(systimestamp, 'yyyymmdd hh24:mi:ss.ff3') from dual;