Re: Copy from a SELECT

Поиск
Список
Период
Сортировка
От Christoph Haller
Тема Re: Copy from a SELECT
Дата
Msg-id 3E5E083C.AA3C60CB@rodos.fzk.de
обсуждение
Ответ на Copy from a SELECT  (val@webtribe.net)
Ответы Re: Copy from a SELECT
Список pgsql-sql
>
> I know that the COPY command requires that you work with plain
> tables.
>
> Is there any other way at all of export only part of a table
>
What about
CREATE [ possibly TEMPORARY ]TABLE table_name AS <your-query>
and then COPY ...

Regards, Christoph




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