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: Get today's month - 6?

Re: Get today's month - 6?

From: Massimo Podgornik <podgorni_at_tin.it>
Date: Sat, 27 Nov 1999 22:01:45 GMT
Message-ID: <384054E7.3B59@tin.it>


suisum_at_ecn.ab.ca wrote:
>
> How to get the date of SYSDATE - 6 months?
>
> --
> Best regards,

you can use the add_months function
es:
select add_monts(sysdate, -6) from dual;

hi
massimo Received on Sat Nov 27 1999 - 16:01:45 CST

Original text of this message

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