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  ("Valerie Goodman" <val@webtribe.net>)
Список 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 по дате отправления:

Предыдущее
От: Christoph Haller
Дата:
Сообщение: Re: how can i drop a constraint
Следующее
От: Christoph Haller
Дата:
Сообщение: Re: pgsql problem