On Monday 30 March 2009 15:34:49 David Fetter wrote: > On Mon, Mar 30, 2009 at 01:31:23PM -0400, Tom Lane wrote: > > David Fetter <[email protected]> writes: > > > SELECT > > > i, > > > t, > > > RANK() OVER ( > > > PARTITION BY i > > > ORDER BY random() > > > ) > > > FROM foo; > > > ERROR: ORDER/GROUP BY expression not found in targetlist > > > > Fixed. > > Thanks! :) >
Yes, thanks! -- Robert Treat Conjecture: http://www.xzilla.net Consulting: http://www.omniti.com -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
