Re: insert retrieved data into a new table

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: insert retrieved data into a new table
Дата
Msg-id ip24nj$viu$1@dough.gmane.org
обсуждение исходный текст
Ответ на Re: insert retrieved data into a new table  (Gurjeet Singh <singh.gurjeet@gmail.com>)
Список pgsql-novice
Gurjeet Singh wrote on 24.04.2011 23:22:

>     CREATE TABLE new_table
>     AS
>     SELECT col1, col2, col3
>     FROM some_table
>     WHERE ...
>
>     This is the syntax I always use, but I have just realized that it not documented in the manual...
>
>
> It sure is:
>
> http://www.postgresql.org/docs/9.0/static/sql-createtableas.html
>
> It should be merged into the CREATE TABLE doc, IMHO.
>

Ah! Thanks, I was only looking at the CREATE TABLE syntax :)

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

Предыдущее
От: Gurjeet Singh
Дата:
Сообщение: Re: insert retrieved data into a new table
Следующее
От: Marc-André Laverdière
Дата:
Сообщение: Re: SSL root.crt not loading