Would something like this work?
select timstampfield, ((select min(c.timestampfield) from timefile c
where c.timestampfield > a.timestampfield) - a.timestampfield) as
timediff from timefile a
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Alan Shore
Sent: Friday, April 02, 2010 2:09 PM
To: midrange-l@xxxxxxxxxxxx
Subject: Use sql to calculate a time difference between 2 records
Afternoon everyone
I have a non-keyed file that is in chronological order. The record
contains a timestamp field.
How can I use SQL to determine the time difference (in seconds and parts
of
seconds) between one record and the next
As always any responses are MUCH appreciated
Thanks in advance
Alan Shore
Programmer/Analyst, Direct Response
E:AShore@xxxxxxxx
P:(631) 200-5019
C:(631) 880-8640
"If you're going through Hell, keep going" - Winston Churchill
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at
http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.