Group BY ...(cont.) - Mailing list pgsql-sql

From Antti Linno
Subject Group BY ...(cont.)
Date
Msg-id Pine.LNX.4.04.10007051459020.13491-100000@all.ee
Whole thread Raw
Responses Re: Group BY ...(cont.)  ("tjk@tksoft.com" <tjk@tksoft.com>)
Re: Group BY ...(cont.)  (Jesus Aneiros <aneiros@jagua.cfg.sld.cu>)
List pgsql-sql
Ok, if I want to use group by, then I have to put every select field
afterwards to group by. But I do want to group by one field.
Hence
select workgroup,id from job group by workgroup,id;
would create groups of 1?
But I want to group by workgroups.
Sorry if my explanation is fuzzy.
A.




pgsql-sql by date:

Previous
From: Jerome Alet
Date:
Subject: Re: GROUP by
Next
From: "Gerhard Dieringer"
Date:
Subject: Antw: GROUP by