From saurabhs@fcsltd.com Thu, 22 Feb 2001 01:19:45 -0800 From: "Saurabh Sharma" Date: Thu, 22 Feb 2001 01:19:45 -0800 Subject: Re: Last Fri. of the Month ? Message-ID: MIME-Version: 1.0 Content-Type: text/plain here it is.. SELECT NEXT_DAY(SYSDATE+(LAST_DAY(SYSDATE)-SYSDATE-7),'FRIDAY') FROM DUAL; saurabh ----- Original Message ----- To: Multiple recipients of list ORACLE-L Sent: Thursday, February 22, 2001 3:10 AM > > > > > > > Given Any Date , How to Deduce the Date for the Last Fri. of the SAME Month > > ? > > > > how about > next_day(last_day(date) - 7, 'Friday') > where date is the given date? > > for example to find the last Friday of the month > select next_day(last_day(sysdate) - 7, 'Friday') > from dual; > > > Pat > -- > Please see the official ORACLE-L FAQ: http://www.orafaq.com > -- > Author: Pat Hildebrand > INET: pat@ssc.upenn.edu > > Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 > San Diego, California -- Public Internet access / Mailing Lists > -------------------------------------------------------------------- > To REMOVE yourself from this mailing list, send an E-Mail message > to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in > the message BODY, include a line containing: UNSUB ORACLE-L > (or the name of mailing list you want to be removed from). You may > also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Saurabh Sharma INET: saurabhs@fcsltd.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).