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

Home -> Community -> Usenet -> c.d.o.server -> Re: Find First of Month

Re: Find First of Month

From: FireGeek <firegeek822_at_hotmail.com>
Date: 13 Jul 2006 13:25:52 -0700
Message-ID: <1152822352.028008.305060@h48g2000cwc.googlegroups.com>


Thanks everyone for the help.

SELECT LAST_DAY(ADD_MONTHS(SYSDATE, 2))+1 This seems to be the best solution.

One more question:
Is there a way to determine what week a particular date is? Considering a calendar year is 52 weeks, I am looking at finding what week say 07/10/2006 is (which would be week 28).

Any ideas?

THANKS AGAIN!!! FireGeek Received on Thu Jul 13 2006 - 15:25:52 CDT

Original text of this message

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