Re: selecting duplicate records

Поиск
Список
Период
Сортировка
От Christoph Haller
Тема Re: selecting duplicate records
Дата
Msg-id 3F6EF83A.129807D6@rodos.fzk.de
обсуждение исходный текст
Ответ на selecting duplicate records  ("NAGAPPA" <naveen_shanbhag@hotmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Senthil Kumar S"
Дата:
Сообщение: Backup error - Please help
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: auto_increment