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

From dima
Subject Re: sql group by statement
Date
Msg-id 3D81BF17.4030609@mail.ru
Whole thread Raw
In response to sql group by statement  ("Albrecht Berger" <berger1517@gmx.ch>)
List pgsql-sql
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: "Albrecht Berger"
Date:
Subject: sql group by statement
Next
From: "Albrecht Berger"
Date:
Subject: Re: sql group by statement