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: Effective ways of doing date arithmatic

Re: Effective ways of doing date arithmatic

From: nirav <shivam71_at_gmail.com>
Date: 22 Mar 2007 06:12:53 -0700
Message-ID: <1174569173.666046.218860@n59g2000hsh.googlegroups.com>


Thanks for these...I also got another very effective way of doing this update...

select trunc(add_months(birthdate, 12 * 65) - 1, 'MM')

Now the question is how to update the other table based on this calculated value...any suggestions?

For a reference on same issue's discussion in another forum: http://www.orafaq.com/forum/?t=rview&goto=226040#msg_226040 Received on Thu Mar 22 2007 - 08:12:53 CDT

Original text of this message

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