Group By problem - Mailing list pgsql-novice

From kmi@st.uz
Subject Group By problem
Date
Msg-id 57011.217.29.116.250.1158822418.squirrel@mail.st.uz
Whole thread Raw
Responses Re: Group By problem
List pgsql-novice
I have such problem:
need to get full record from a table that fits my conditions

SELECT * FROM groups WHERE grouptype=7 GROUP BY groupid HAVING
max(datecreate)>'2006-09-01'

Postgres tells i should group all fields but this fields have only same
groupid field value, and i need get full record. This must be a common
problem i think. How can i solve this?


pgsql-novice by date:

Previous
From: "Lukasz"
Date:
Subject: Access to PostgreSQL database from external world
Next
From: "Jacques Koorts"
Date:
Subject: How to test a function in pgAdmin?