Filtering a bunch of records to one after a selection has returned a bunch of them

Поиск
Список
Период
Сортировка
От jfc100@btopenworld.com (Joe)
Тема Filtering a bunch of records to one after a selection has returned a bunch of them
Дата
Msg-id 88d9f4b3.0112270701.4a3741d@posting.google.com
обсуждение исходный текст
Ответы Re: Filtering a bunch of records to one after a selection has returned a bunch of them  (Nevermind <never@nevermind.kiev.ua>)
Список pgsql-general
Hi,

I am trying to establish whether or not it is possible - and how to
implement the solution - to execute an sql statement and restricting
the results to a single match even though there may be more than a
single record which matches the criteria.

e.g. select min(counter) from my_table butonlyone;

Cheers
Joe

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

Предыдущее
От: Jean-Michel POURE
Дата:
Сообщение: Re: PostgreSQL GUI
Следующее
От: Nevermind
Дата:
Сообщение: Re: Filtering a bunch of records to one after a selection has returned a bunch of them