Re: Not able to understand how to write group by

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Not able to understand how to write group by
Date: 2014-07-02 18:52:01
Message-ID: 53B454D1.7040802@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 7/2/2014 10:44 AM, Arup Rakshit 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.

I believe he meant

group by users.gender

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Steve Crawford 2014-07-02 18:56:19 Re: Not able to understand how to write group by
Previous Message jared 2014-07-02 18:49:54 Re: Not able to understand how to write group by