select values from interval - Mailing list pgsql-sql

From Josep Sanmartí
Subject select values from interval
Date
Msg-id 1120478457.3506.17.camel@josep
Whole thread Raw
Responses Re: select values from interval
List pgsql-sql
Hi,

I've this table: am_conn(mac, user_ip, start_time, end_time). Each time
a user connects with a remote server a new row is added, when the user
is disconnected the end_time field is set.

Now, I want to know if there is a way (sql statement) to know how many
connections are up during an interval time, for example 60 segs, and to
repeat this interval from a beginning date to end date. I think it
should be something like:SELECT COUNT(*)FROM am_connWHERE start_time between '2004-01-01 10:28:00.000'    AND end time
'2005-01-0110:28:00.000'GROUP BY .....something.....
 

I made some tests but I can't obtain the correct statement. Maybe,
probably, it should be done without group by.

Thanks.




pgsql-sql by date:

Previous
From: Din Adrian
Date:
Subject: Help on Procedure running external function
Next
From: Zac
Date:
Subject: Re: Help on Procedure running external function