P
Paul Sutton
I have a table of datestamped transactions on a system for
the various people using the system (each record also
references the user).
What I want to do is, for each user, calculate the elapse
time between each transaction. I will probably then
filter for excessive elapse times.
What is my best (and fastest, 10s of thousands of records)
method of doing this?
Thank you
the various people using the system (each record also
references the user).
What I want to do is, for each user, calculate the elapse
time between each transaction. I will probably then
filter for excessive elapse times.
What is my best (and fastest, 10s of thousands of records)
method of doing this?
Thank you