Delete 1 Record of 2 Duplicate Records

Поиск
Список
Период
Сортировка
От val@webtribe.net
Тема Delete 1 Record of 2 Duplicate Records
Дата
Msg-id 20030130115201.D4EB21833A@cheetah.webtribe.net
обсуждение исходный текст
Ответы Re: Delete 1 Record of 2 Duplicate Records
Re: Delete 1 Record of 2 Duplicate Records
Список pgsql-sql
How do I delete only 1 of the duplicate records?

column_name | column_id
---------------------+--------------test1                 |         5test1                 |         5


I've tried this:

tmp_test=# delete from test where column_id = 5 limit 1;
ERROR:  parser: parse error at or near "limit"

I'm using version 7.2.1

Thank you.


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

Предыдущее
От: "David Durst"
Дата:
Сообщение: Question about passing User defined types to functions
Следующее
От: Achilleus Mantzios
Дата:
Сообщение: Re: Delete 1 Record of 2 Duplicate Records