Re: select first(... - Mailing list pgsql-general

From CoL
Subject Re: select first(...
Date
Msg-id c4bag6$19mj$1@news.hub.org
Whole thread Raw
List 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 by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: ignore this test
Next
From: David Wheeler
Date:
Subject: pg_autovacuum won't make on FreeBSD