Documentation does not cover multiple WITH in one query

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Documentation does not cover multiple WITH in one query
Дата
Msg-id 153492989238.1378.11935777086367711326@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: Documentation does not cover multiple WITH in one query  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/static/queries-with.html
Description:

Hi. I have found
[DOC](https://www.postgresql.org/docs/10/static/queries-with.html)

it is fine, but did not cover multiple WITH in one query.

I found answer only [here](https://stackoverflow.com/a/38137037/4632019)

May you please add the example:

    WITH table1 AS (...), table2 AS (...) SELECT * FROM table1, table2

thank you

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

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: Global dict name is listed inconsistently
Следующее
От: PG Doc comments form
Дата:
Сообщение: fix word