Re: GROUP by

From: Jerome Alet <alet(at)unice(dot)fr>
To: Antti Linno <alligator(at)all(dot)ee>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: GROUP by
Date: 2000-07-05 11:50:44
Message-ID: Pine.LNX.3.96.1000705134903.22213A-100000@cortex.unice.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Wed, 5 Jul 2000, Antti Linno wrote:

> I have table job, and I want to select data from it, grouping by
> workgroups. When I use
> select id,name from job where workgroup='top leaders' AND ... group by
> workgroup;

this query is probably incorrect: because of the "where workgroup=" the
"group by workgroup" can't do anything.

bye,

Jerome ALET - alet(at)unice(dot)fr - http://cortex.unice.fr/~jerome
Faculte de Medecine de Nice - http://noe.unice.fr - Tel: 04 93 37 76 30
28 Avenue de Valombrose - 06107 NICE Cedex 2 - FRANCE

In response to

  • GROUP by at 2000-07-05 11:14:55 from Antti Linno

Browse pgsql-sql by date

  From Date Subject
Next Message Jesus Aneiros 2000-07-05 11:52:28 Re: GROUP by
Previous Message Antti Linno 2000-07-05 11:14:55 GROUP by