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

Home -> Community -> Usenet -> c.d.o.misc -> Query on previous row value

Query on previous row value

From: Jeff Pope <popej_at_txbollweevil.org>
Date: 12 Apr 2002 12:44:25 -0700
Message-ID: <c51eda73.0204121144.249a66d2@posting.google.com>


Here's my problem. I need to generate a query that will display a date field then the computed time lapse from the queries' previous row.

T_DATE


11:34:17
11:35:32
11:42:32


I need to display

T_DATE TIME_LAPSE
------- --------

11:34:17   (null)
11:35:32   00:01:15
11:42:32   00:07:00

Please advise. Thanks

Jeff Received on Fri Apr 12 2002 - 14:44:25 CDT

Original text of this message

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