Re: sql group by statement - Mailing list pgsql-sql

From Albrecht Berger
Subject Re: sql group by statement
Date
Msg-id 006501c25b11$e30914b0$a07ba8c0@wxp
Whole thread Raw
In response to sql group by statement  ("Albrecht Berger" <berger1517@gmx.ch>)
Responses Re: sql group by statement  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: dima
Date:
Subject: Re: sql group by statement
Next
From: "Michael Paesold"
Date:
Subject: Assignments in PL/pgSQL