Re: top predicate

From: "Karen Hill" <karen_hill22(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: top predicate
Date: 2006-05-12 01:19:47
Message-ID: 1147396787.806783.269760@u72g2000cwu.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Schmidt 2006-05-12 02:40:08 Re: GUI Interface
Previous Message Kenneth Downs 2006-05-12 01:08:49 Re: GUI Interface