Re: catch SELECT statement return

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: catch SELECT statement return
Дата
Msg-id 20060317070107.GA15123@wolff.to
обсуждение исходный текст
Ответ на Re: catch SELECT statement return  (Chris <dmagick@gmail.com>)
Список pgsql-general
On Thu, Mar 16, 2006 at 10:31:54 +1100,
  Chris <dmagick@gmail.com> wrote:
> sconeek@gmail.com wrote:
> >i am working on this postgresql statement. it picks up all non-null
> >values only. is there a way to pickup all hour values (if any hour
> >value not existing, still find them and assign their value to be 0).
> >coz my table does not contain all hour values, only ones which have a
> >non-zero value.
> >
> I don't think it's possible. It won't come up with a left outer join
> because you aren't comparing to anything unless you have a second table
> with all of the times you want to compare.

Left joining against the output of generate_series could be used to do this.

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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: full text indexing
Следующее
От: Etienne Labuschagne
Дата:
Сообщение: Slow trigger on identical DB but different machine