How to remove duplicate lines but save one of the lines?

Поиск
Список
Период
Сортировка
I have a table with rows like this
A 1
A 1
B 3
B 3
C 44
C 44
and so on.

and I want it to be
A 1
B 3
C 44

so how can I remove the all the duplicate lines but one?

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Problems using Grails with Postgresql
Следующее
От: Raymond O'Donnell
Дата:
Сообщение: Re: How to remove duplicate lines but save one of the lines?