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: Ramon Estevez <com.banilejas_at_codetel.net.do>
Date: Mon, 17 Sep 2001 12:07:28 -0700
Message-ID: <F001.00390A77.20010917110024@fatcity.com>

Hola Ron,

select sysdate, add_months(sysdate, -1) from dual

SYSDATE ADD_MONTHS
---------- ----------
17/09/2001 17/08/2001

HTH, Saludos,

Ramon E. Estevez
com.banilejas_at_codetel.net.do <mailto:com.banilejas_at_codetel.net.do> Dominican Republic
809-565-3121

-----Mensaje original-----
De: root_at_fatcity.com [mailto:root_at_fatcity.com]En nombre de Smith, Ron L. Enviado el: Monday, 17 September, 2001 10:40 AM Para: Multiple recipients of list ORACLE-L Asunto: Subtract 1 month from current date

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: Ramon Estevez
  INET: com.banilejas_at_codetel.net.do

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:07:28 CDT

Original text of this message

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