Re: is this possible? it should be!

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: newsreader(at)mediaone(dot)net, pgsql-general(at)postgresql(dot)org
Subject: Re: is this possible? it should be!
Date: 2001-08-20 12:49:54
Message-ID: 20010820074954.B28452@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Aug 20, 2001 at 07:44:56AM -0500,
Bruno Wolff III <bruno(at)wolff(dot)to> wrote:
> Shouldn't:
>
> select a,b,c, count(*) from a where d=2 order by e limit 10;
>
>
> do what you want?

Upon further review, I see that this construct isn't valid.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-08-20 14:00:13 Re: database corruption on VACUUM ANALYZE, now unable to initdb
Previous Message Bruno Wolff III 2001-08-20 12:44:56 Re: is this possible? it should be!