您的位置:首页 > 数据库 > Oracle

ORACLE9i处理毫秒级时间

2005-09-09 09:49 253 查看
---参考文档
--------D:/desktop/B10501_01/server.920/a96540/sql_elements4a.htm#34512
select systimestamp from dual;
select current_timestamp from dual;
select to_char(systimestamp,'yyyy-mm-dd hh24:mi:ss.ff3') from dual;
select to_char(systimestamp,'yyyy-mm-dd hh24:mi:ss.ff') from dual;
select to_char(systimestamp,'ff6') from dual
select to_timestamp('2003-10-24 10:48:45.633243333','yyyy-mm-dd hh24:mi:ss.ff') from dual;
叶正盛2005-09-09
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: