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

Home -> Community -> Usenet -> c.d.o.server -> Re: How To Extract Hour From A Date Column In A Table?

Re: How To Extract Hour From A Date Column In A Table?

From: matthew <rogel_at_web.de>
Date: 6 Apr 2006 06:21:38 -0700
Message-ID: <1144329698.420175.303810@t31g2000cwb.googlegroups.com>


SQL> select extract(hour from cast(sysdate as timestamp)) from dual;

                                       15
Received on Thu Apr 06 2006 - 08:21:38 CDT

Original text of this message

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