Records exactly the same.

From: "Fons Rave" <fonzzz(at)xs4all(dot)nl>
To: pgsql-sql(at)postgresql(dot)org
Subject: Records exactly the same.
Date: 2001-07-18 16:37:49
Message-ID: 9j4e1g$imb$1@news1.xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I'm writing a program in Delphi.
In SQL I'm a beginner.

I have a file in which there are records with what people have done. In the file
are records with name, date, what they have done, time-length, etc. It is
possible that there are two records that are exactly the same (somebody has done
the same, on the same day for one hour). If I use a SELECT with GROUP on a list
with some records that are exactly the same, only ONE of the identicals is
shown. But I want to see them all.

It probably is possible; but how ?

Thanks,
Fons.
fonzzz(at)xs4all(dot)nl

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Nils Zonneveld 2001-07-18 16:49:30 Re: Records exactly the same.
Previous Message Tom Lane 2001-07-18 16:29:50 Re: pl/pgsql - code review + question