Re: Question about restricting the number of rows returned from a - Mailing list pgsql-novice

From Philip Hallstrom
Subject Re: Question about restricting the number of rows returned from a
Date
Msg-id 20020220124944.W95210-100000@teak.adhesivemedia.com
Whole thread Raw
In response to Question about restricting the number of rows returned from a query.  (Stephen Ingram <ingram@samsix.com>)
Responses Re: Question about restricting the number of rows returned from a query.  (Stephen Ingram <ingram@samsix.com>)
List 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@postgresql.org so that your
> message can get through to the mailing list cleanly
>


pgsql-novice by date:

Previous
From: Stephen Ingram
Date:
Subject: Question about restricting the number of rows returned from a query.
Next
From: Mo Holkar
Date:
Subject: Re: Question about restricting the number of rows