Re: Selecting dupes from table

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Selecting dupes from table
Дата
Msg-id 20030624163851.GA13714@wolff.to
обсуждение исходный текст
Ответ на Re: Selecting dupes from table  (Jean-Christian Imbeault <jc@mega-bucks.co.jp>)
Список pgsql-general
On Tue, Jun 24, 2003 at 19:31:46 +0900,
  Jean-Christian Imbeault <jc@mega-bucks.co.jp> wrote:
>
> Try:
>
> select id,url,title from directory where group by id, url, title having
> count(url) > 1 order by url;

That won't work because the count is over the triples, rather than just
the url.

В списке pgsql-general по дате отправления:

Предыдущее
От: nolan@celery.tssi.com
Дата:
Сообщение: Re: table alias on update, another update question
Следующее
От: Tony Grant
Дата:
Сообщение: Re: A creepy story about dates. How to prevent it?