Re: Question about restricting the number of rows returned from a

From: Philip Hallstrom <philip(at)adhesivemedia(dot)com>
To: Stephen Ingram <ingram(at)samsix(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Question about restricting the number of rows returned from a
Date: 2002-02-20 20:50:02
Message-ID: 20020220124944.W95210-100000@teak.adhesivemedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

See the LIMIT and OFFSET options in the SELECT command in the manual.

-philip

On Wed, 20 Feb 2002, Stephen Ingram wrote:

>
>
> Hi,
>
> If I am running a query I know could return 1000's of rows;
> is there a PG way to say to just return the first, say, 50 rows?
>
> cheers
>
> steve
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Mo Holkar 2002-02-20 21:05:43 Re: Question about restricting the number of rows
Previous Message Patrick Hatcher 2002-02-20 20:46:55 Re: Question about restricting the number of rows returned from a