Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Get today's month - 6?
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
![]() |
![]() |