Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: How To Extract Hour From A Date Column In A Table?
"matthew" <rogel_at_web.de> wrote in message news:1144329698.420175.303810_at_t31g2000cwb.googlegroups.com...
: SQL> select extract(hour from cast(sysdate as timestamp)) from dual; : 15 :
elegant Received on Thu Apr 06 2006 - 08:31:39 CDT