Re: sql group by statement

Поиск
Список
Период
Сортировка
От Albrecht Berger
Тема Re: sql group by statement
Дата
Msg-id 006501c25b11$e30914b0$a07ba8c0@wxp
обсуждение исходный текст
Ответ на sql group by statement  ("Albrecht Berger" <berger1517@gmx.ch>)
Ответы Re: sql group by statement
Список pgsql-sql
but how do I know that "distinct on" doesn't cut off
the row with max(val2) of that id that I need ?


> see the yesterday's thread about DISTINCT ON (non-standard Postgres
feature)
>
> > I have a problem, which I'm not able to solve with a simple query :
> >
> > I need a resultset with distinct id's, but the max val2 of each id.
> > I tried to group by id, but though I need the pk in my resultset
> > I have to group it too, which "destroys" the group of val2.
>
>
>




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

Предыдущее
От: dima
Дата:
Сообщение: Re: sql group by statement
Следующее
От: "Michael Paesold"
Дата:
Сообщение: Assignments in PL/pgSQL