Re: selecting duplicate records - Mailing list pgsql-sql

From Christoph Haller
Subject Re: selecting duplicate records
Date
Msg-id 3F6EF83A.129807D6@rodos.fzk.de
Whole thread Raw
In response to selecting duplicate records  ("NAGAPPA" <naveen_shanbhag@hotmail.com>)
List pgsql-sql
> 1. How to select duplicate records only from a single table using a
select
> query.
>
e.g.
select sid,count(sid) from location group by sid having count(sid)>1;

Do you get the idea?
Your request is pretty unspecific, so if this is not what you're asking
for,
try again.

Regards, Christoph




pgsql-sql by date:

Previous
From: "Senthil Kumar S"
Date:
Subject: Backup error - Please help
Next
From: Bruno Wolff III
Date:
Subject: Re: auto_increment