Re: top predicate - Mailing list pgsql-general

From Ben
Subject Re: top predicate
Date
Msg-id Pine.LNX.4.64.0605111358240.20591@localhost.localdomain
Whole thread Raw
In response to top predicate  ("Karen Hill" <karen_hill22@yahoo.com>)
List pgsql-general
Have you tried using the LIMIT clause?

select porducts from sales limit 10;

http://www.postgresql.org/docs/8.1/interactive/queries-limit.html

On Thu, 11 May 2006, Karen Hill wrote:

> It seems PostgreSQL doesn't have a TOP Predicate.  Why is that?  Here
> is an example:
>
> SELECT TOP 10 products from sales;
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
>               http://archives.postgresql.org
>

pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: top predicate
Next
From: David Link
Date:
Subject: ident authentication with named localhost