Re: Not able to understand how to write group by

From: Arup Rakshit <aruprakshit(at)rocketmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Not able to understand how to write group by
Date: 2014-07-02 17:54:39
Message-ID: 1793253.TCcCmnuhc3@linux-wzza.site
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wednesday, July 02, 2014 02:49:54 PM you wrote:
> On Wed, Jul 2, 2014 at 1:44 PM, Arup Rakshit <aruprakshit(at)rocketmail(dot)com>
>
> wrote:
> > *group by* on full table(*users*). I am away from our production DB. Could
> > you
> > tell me how this little change will solve the whole problem and help me to
> > get
> > the data as per the format I am looking for.
>
> Arup,
> I meant:
> GROUP BY users.gender

That makes sense. How then calculate the average value for 2 different answers
of the given *daily_action_id* ? As I said *answer1* and *answer2*....

--
================
Regards,
Arup Rakshit
================
Debugging is twice as hard as writing the code in the first place. Therefore,
if you write the code as cleverly as possible, you are, by definition, not
smart enough to debug it.

--Brian Kernighan

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2014-07-02 17:58:07 Re: Question About Roles
Previous Message Arup Rakshit 2014-07-02 17:44:52 Re: Not able to understand how to write group by