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 -> DATE/time - adding minutes

DATE/time - adding minutes

From: keso <keso_at_hep.tel.fer.hr>
Date: Wed, 27 Oct 1999 18:20:01 +0200
Message-ID: <7v78dq$7h2$1@bagan.srce.hr>

What is the simplest method of calculating DATE that is e.g. 15 minutes after specified DATE/time?

Is it really necessary to write function similar to ADD_MONTHS:

FUNCTION ADD_MINUTES (d DATE, mi number) return DATE is /* d = d + mi */ ...

thanks,

Vedran Received on Wed Oct 27 1999 - 11:20:01 CDT

Original text of this message

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