Re: histogram

Поиск
Список
Период
Сортировка
От Rob Sargent
Тема Re: histogram
Дата
Msg-id 4DBC518D.2090502@gmail.com
обсуждение исходный текст
Ответ на Re: histogram  (Joel Reymont <joelr1@gmail.com>)
Ответы Re: histogram  ("David Johnston" <polobo@yahoo.com>)
Список pgsql-general
re: 1 and 2. They're horrible (imho) reference to the attributes of the
returned tuple. Or at best an exposure of the implementation. :)

Order by "2" if you want the most frequent (highest counts) of your
distances at the bottom of the output (or ordery by 2 desc) if you want
them at the top of your output.

Joel Reymont wrote:
> I think this should do what I want
>
>     select trunc(distance * 10.)/10., count(*)
>     from doc_ads
>     group by 1 order by 1
>
>   Thanks, Joel
>
>
> --------------------------------------------------------------------------
> - for hire: mac osx device driver ninja, kernel extensions and usb drivers
> ---------------------+------------+---------------------------------------
> http://wagerlabs.com | @wagerlabs | http://www.linkedin.com/in/joelreymont
> ---------------------+------------+---------------------------------------
>
>
>
>
>

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Short-circuit boolean evaluation
Следующее
От: Mark
Дата:
Сообщение: Re: GIN index not used