[ADMIN] Group By Time Stamp

2002-03-24 Thread Ariunbold Gerelt-Od
Hi, I have a table Answers with fields answer_id integer,time_stamp timestamp. How can I create a query that gives a sum of answer_id=ID ,but in every 2 hours. For example: answer_sum time_stamp 10 2002-03-24 20-22 12 2002-03-24 22-24 20 2002-03-25 00-02 4

Re: [ADMIN] Group By Time Stamp

2002-03-24 Thread Morten Sickel
From: Ariunbold Gerelt-Od [mailto:[EMAIL PROTECTED]] Hi, I have a table Answers with fields answer_id integer,time_stamp timestamp. How can I create a query that gives a sum of answer_id=ID ,but in every 2 hours. What you probably need is the function extract(hour from time_stamp)