Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Should've asked the reverse -- DATE to milliseconds

Re: Should've asked the reverse -- DATE to milliseconds

From: Vladimir M. Zakharychev <vladimir.zakharychev_at_gmail.com>
Date: 22 May 2006 07:18:29 -0700
Message-ID: <1148307509.346137.229160@i39g2000cwa.googlegroups.com>


select 864000000*(:mydate - to_date('19700101','yyyymmdd') from dual;

Note that DATEs do not store milliseconds.

Hth,

    Vladimir M. Zakharychev
    N-Networks, makers of Dynamic PSP(tm)     http://www.dynamicpsp.com Received on Mon May 22 2006 - 09:18:29 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US