Re: select first(...

From: CoL <col(at)mportal(dot)hu>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: select first(...
Date: 2004-03-30 08:18:15
Message-ID: c4bag6$19mj$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-general by date

  From Date Subject
Next Message Matthias Teege 2004-03-30 08:23:20 concat strings but spaces
Previous Message Bruno Baguette 2004-03-30 07:40:02 Best open source db poll currently