Page About CTE's

Поиск
Список
Период
Сортировка
От BigO DBA
Тема Page About CTE's
Дата
Msg-id AANLkTin3qixwWxxJTbzQt3zpuQdn5LX0b9JrMGZU8=g4@mail.gmail.com
обсуждение исходный текст
Ответы Re: Page About CTE's  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-www
Hello Team,
While reading your Wiki page: http://wiki.postgresql.org/wiki/CTEReadme

In section, How Recursion Works, item (2), I am wondering if the code snippet is wrong. Here is the excerpt:

2) Execute recursive query

Replace subdepartment with WorkTable and execute the recursive term

SELECT d.*
FROM    WT AS d
JOIN    subdepartment AS sd    ON d.parent_department = sd.id
It would be nice to see it corrected.

Thanks

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: web site change is broken
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Page About CTE's