Re: Return 30% of results?

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: Return 30% of results?
Дата
Msg-id 20090919150559.GA31599@fetter.org
обсуждение исходный текст
Ответ на Re: Return 30% of results?  (nick <nboutelier@gmail.com>)
Список pgsql-general
On Sat, Sep 19, 2009 at 12:27:10AM -0700, nick wrote:
> On Sep 18, 3:40 pm, spam_ea...@gmx.net (Thomas Kellerer) wrote:
> > Nick wrote on 18.09.2009 23:31:> Is there a way to return a percentage of the rows found? I tried
> > > window functions but get an error...
> >
> > > ERROR:  syntax error at or near "OVER"
> >
> > > SELECT id, cume_dist FROM (
> > >   SELECT id, cume_dist() OVER (ORDER BY id) FROM employees
> > > ) s
> > > WHERE cume_dist < 0.3
> >
> > Works for me. Are you sure you are using Postgrs 8.4?
> > (Windowing functions are not available in earlier versions)
> >
> > Regards
> > Thomas
> >
> > --
> > Sent via pgsql-general mailing list (pgsql-gene...@postgresql.org)
> > To make changes to your subscription:http://www.postgresql.org/mailpref/pgsql-general
>
> Yeah, im actually not using 8.4. Any other alternatives?

The easiest way would be to upgrade to 8.4 because the workarounds for
previous versions are complicated and bug-prone.

Cheers,
David.
--
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

В списке pgsql-general по дате отправления:

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: haversine formula with postgreSQL
Следующее
От: Dirk Riehle
Дата:
Сообщение: Open Positions in Ph.D. Studies in Open Source at the University of Erlangen, Germany