Hello:
I would like a query to determine the average time between events. For example, given the following records:
TimeColumn
8/5/2006 12:15:35 AM
8/5/2006 12:15:44 AM
8/5/2006 12:15:49 AM
8/5/2006 12:15:55 AM
8/5/2006 12:16:01 AM
8/5/2006 12:16:06 AM
8/5/2006 12:16:12 AM
8/5/2006 12:16:19 AM
8/5/2006 12:16:25 AM
8/5/2006 12:16:30 AM
I want a query to do a datediff between each record and tell me the average in seconds. Is this possible?
Thank you
I would like a query to determine the average time between events. For example, given the following records:
TimeColumn
8/5/2006 12:15:35 AM
8/5/2006 12:15:44 AM
8/5/2006 12:15:49 AM
8/5/2006 12:15:55 AM
8/5/2006 12:16:01 AM
8/5/2006 12:16:06 AM
8/5/2006 12:16:12 AM
8/5/2006 12:16:19 AM
8/5/2006 12:16:25 AM
8/5/2006 12:16:30 AM
I want a query to do a datediff between each record and tell me the average in seconds. Is this possible?
Thank you