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.