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: Current date and time

Re: Current date and time

From: Phill Weiss <weiss_at_cig.mot.com>
Date: 1 Jun 1998 13:38:33 GMT
Message-ID: <6kuasp$m9f$2@trotsky.cig.mot.com>


In article <6ku9al$g47$1_at_news.ap.net>, "Elliott Mehrbach" <elliott_at_ap.net> writes:
> I am looking for a query that will return the current date and time from
> the Oracle server. Any help would be welcome.
>
>
>

Try:
select to_char(sysdate, 'MM DD YYYY HH24:MI:SS') from dual; Received on Mon Jun 01 1998 - 08:38:33 CDT

Original text of this message

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