Re: create table with a CTE

2020-11-14 Thread Post Gresql
On 2020-11-15 04:55, David G. Johnston wrote: On Sat, Nov 14, 2020 at 6:21 AM PG Doc comments form mailto:nore...@postgresql.org>> wrote: The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/sql-createtableas.html Description:

Re: create table with a CTE

2020-11-14 Thread David G. Johnston
On Sat, Nov 14, 2020 at 6:21 AM PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/13/sql-createtableas.html > Description: > > Hi. > I think you should include an example on how to create a table from a quer

create table with a CTE

2020-11-14 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/sql-createtableas.html Description: Hi. I think you should include an example on how to create a table from a query that uses a CTE in the query.