Re: Not able to understand how to write group by

From: jared <afonit(at)gmail(dot)com>
To: Arup Rakshit <aruprakshit(at)rocketmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Not able to understand how to write group by
Date: 2014-07-02 18:49:54
Message-ID: CADss3ARGnhoejxjOcv-bb9CNYxhLeH7yy3xwfR9NZ0cAM_RP1A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2014-07-02 18:52:01 Re: Not able to understand how to write group by
Previous Message Arup Rakshit 2014-07-02 18:49:22 Re: Not able to understand how to write group by