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

Home -> Community -> Usenet -> comp.databases.oracle -> Re: Rounding Date to Beginning of Year

Re: Rounding Date to Beginning of Year

From: bdragos <bdragos_at_rogers.com>
Date: Wed, 17 Mar 2004 20:12:25 GMT
Message-ID: <Ji26c.29377$TxJ.14163@news04.bloor.is.net.cable.rogers.com>

SELECT trunc(SYSDATE, 'YYYY') FROM dual

"Terry Coccoli" <request_at_ifneeded.com> wrote in message news:f826c.10952613$Of.1835450_at_news.easynews.com...
> Anyone have a simple method of doing this, using a minimal amount of
> functions ?
>
Received on Wed Mar 17 2004 - 14:12:25 CST

Original text of this message

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