Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Oracle Date Functions
Use trunc(add_months(sysdate,1), 'YYYYMM') add_months adds a month to the sysdate (negative numbers are allowed too) and trunc truncs the date to a month.
Hth,
Sybrand Bakker, Oracle DBA
<firozahmad_at_my-deja.com> schreef in berichtnieuws
8hjid1$f33$1_at_nnrp1.deja.com...
> Is there any SQL Query anybody has written which can find the Next
> Months First Days Date.
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Tue Jun 06 2000 - 00:00:00 CDT
![]() |
![]() |