12 2008 档案

摘要:如何精确获取ORACLE的秒(9位)? select substr(to_char(current_timestamp(9)),17,12) from dual ; 除了这么写之外,还有没有更加简单的方法呢? 阅读全文
posted @ 2008-12-30 10:41 李世侠 阅读(512) 评论(1) 推荐(0)