Re: GROUP by

Поиск
Список
Период
Сортировка
От Jerome Alet
Тема Re: GROUP by
Дата
Msg-id Pine.LNX.3.96.1000705134903.22213A-100000@cortex.unice.fr
обсуждение исходный текст
Ответ на GROUP by  (Antti Linno <alligator@all.ee>)
Список 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@unice.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




В списке pgsql-sql по дате отправления:

Предыдущее
От: Antti Linno
Дата:
Сообщение: GROUP by
Следующее
От: Antti Linno
Дата:
Сообщение: Group BY ...(cont.)