Re: limited field duplicates

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Don Isgitt <djisgitt(at)soundenergy(dot)com>
Cc: postgresql general <pgsql-general(at)postgresql(dot)org>
Subject: Re: limited field duplicates
Date: 2003-01-31 19:06:23
Message-ID: 21027.1044039983@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Don Isgitt <djisgitt(at)soundenergy(dot)com> writes:
> I am trying to find rows in a table that are duplicates only in the
> sense of certain columns; i.e, not all columns are the same, and then
> for each duplicate entry, I want to retrieve one of the columns that is
> not part of the duplication criteria.

Try SELECT DISTINCT ON. There's a simple example in the SELECT
reference page (something about weather reports I think).

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-01-31 19:09:02 Re: ALTER STATISTIC and dump ?
Previous Message Tom Lane 2003-01-31 19:00:15 Re: Query performance PLEASE HELP