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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Subtract 1 month from current date

RE: Subtract 1 month from current date

From: Kevin Lange <kgel_at_ppoone.com>
Date: Mon, 17 Sep 2001 12:37:50 -0700
Message-ID: <F001.00390DB6.20010917125029@fatcity.com>

Ron;
  Oracle 8, The Complete Referene By Koch and Loney, Oracle Press , ISBN: 0-07-88-2396-X

I hardly ever look syntax up online.

-----Original Message-----
Sent: Monday, September 17, 2001 2:30 PM To: Multiple recipients of list ORACLE-L

Thanks to everyone who replied to this question. It appears I am the only one who didn't know about 'add_months'.
I miss not having hardcopy documentation. I don't like the documantation on CD.
Now that I know the answer I can find 'add_months' on the CD. It's easy when you know where to look!  

Thanks again!
Ron

-----Original Message-----
Sent: Monday, September 17, 2001 12:40 PM To: Multiple recipients of list ORACLE-L

Hi Ron,

Here it is

(INV.WORLD-SYSTEM)>select add_months(sysdate,-1) from dual;

ADD_MONTH



17-AUG-01 For conversions, etc. it's best to study the sql*plus doco. In fact I had to visit this exact chapter this morning to refresh my memory of date formats and date functions. I used to have a crib sheet i got in dba class that showed every single conversion format and sql*plus function (like add_months()) but I think I loaned it out and it never returned...

Lisa Koivu
Oracle Database Administrator
Fairfield Resorts, Inc.
954-935-4117

        -----Original Message-----
Sent: Monday, September 17, 2001 11:40 AM To: Multiple recipients of list ORACLE-L

        Can someone tell me how to subtract 1 month from the current date? Also,
where can I find answers and examples to this type of coding question?

        Thanks!
Ron Smith
Database Administrator
rlsmith_at_kmg.com
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com <http://www.orafaq.com>
--

Author: Smith, Ron L.
  INET: rlsmith_at_kmg.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_at_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: Smith, Ron L.
  INET: rlsmith_at_kmg.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_at_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: Kevin Lange
  INET: kgel_at_ppoone.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_at_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). Received on Mon Sep 17 2001 - 14:37:50 CDT

Original text of this message

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