Re: WITH RECURSIVE doesn't work properly for me

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: WITH RECURSIVE doesn't work properly for me
Дата
Msg-id A737B7A37273E048B164557ADEF4A58B17C56925@ntex2010i.host.magwien.gv.at
обсуждение исходный текст
Ответ на Re: WITH RECURSIVE doesn't work properly for me  (Jing Fan <fanjing09@gmail.com>)
Ответы Re: WITH RECURSIVE doesn't work properly for me
Список pgsql-general
Jing Fan wrote:
> I have two group operations.
> 
> One is inside the CTE (   union
>                                    select src_id, dest_id, min(dist) ),
> another is outside the CTE.
> Do you mean that even the grouping inside the CTE will be calculated only after the CTE has been
> calculated?

I mean the one outside the CTE.

The one inside does not do anything at all, you could omit it.

Yours,
Laurenz Albe

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

Предыдущее
От: Albe Laurenz
Дата:
Сообщение: Re: Curious question about physical files to store database
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Junk date getting uploaded into date field