Re: top predicate - Mailing list pgsql-general

From Karen Hill
Subject Re: top predicate
Date
Msg-id 1147396787.806783.269760@u72g2000cwu.googlegroups.com
Whole thread Raw
In response to Re: top predicate  (Jan de Visser <jdevisser@digitalfairway.com>)
List pgsql-general
Jan de Visser wrote:
> On Thursday 11 May 2006 16:34, 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;
>
> Just for my understanding: This would return the 10 products with the most
> matching sales rows, right?
>
> jan
>
>


No, it would return the top 10 selling products in this example.


pgsql-general by date:

Previous
From: Kenneth Downs
Date:
Subject: Re: GUI Interface
Next
From: "Michael Schmidt"
Date:
Subject: Re: GUI Interface