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: <DBarbour_at_austin.isd.tenet.edu>
Date: Mon, 17 Sep 2001 10:11:15 -0700
Message-ID: <F001.0039086B.20010917095020@fatcity.com>

Ron,

The only problem you might have here is in defining what is a 'month.' Is it 30 days, 31 days, 28 days or 29 days? Other wise it's quite simple -

     Select (sysdate - 30) from dual; <== parentheses are not necessary, I tend to include them for clarity.

David A. Barbour
Oracle DBA, OCP
AISD
512-414-1002

                                                                                       
                       
                    "Smith, Ron                                                        
                       
                    L."                  To:     Multiple recipients of list ORACLE-L 
<ORACLE-L_at_fatcity.com>  
                    <rlsmith_at_kmg.c       cc:                                           
                       
                    om>                  Subject:     Subtract 1 month from current 
date                      
                    Sent by:                                                           
                       
                    root_at_fatcity.c                                                     
                       
                    om                                                                 
                       
                                                                                       
                       
                                                                                       
                       
                    09/17/2001                                                         
                       
                    10:40 AM                                                           
                       
                    Please respond                                                     
                       
                    to 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
--
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: INET: DBarbour_at_austin.isd.tenet.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_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 - 12:11:15 CDT

Original text of this message

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