Re: select first(...

Поиск
Список
Период
Сортировка
От CoL
Тема Re: select first(...
Дата
Msg-id c4bag6$19mj$1@news.hub.org
обсуждение исходный текст
Список pgsql-general
hi,

Roland wrote:

> Hello,
>
> Which is the postgres equivalent of the function select first(...) in ms
> Access  ?
> Thank for your help
> Roland

se the docs for limit and offset

select .... limit 1;

C.

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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: ignore this test
Следующее
От: David Wheeler
Дата:
Сообщение: pg_autovacuum won't make on FreeBSD