Re: [GENERAL] temporary tables

Поиск
Список
Период
Сортировка
От Mike Mascari
Тема Re: [GENERAL] temporary tables
Дата
Msg-id 38AA8B01.1C269F61@mascari.com
обсуждение исходный текст
Ответ на temporary tables  ("sheila bel" <sheilabel@hotmail.com>)
Список pgsql-general
sheila bel wrote:
>
> Hi everyone,
>
> The data that needs to be copied is either text or password.
> This is what I think should be done please correct me if
> its wrong :
> COPY temptable(attributes) To permanent_table(attributes);
>
> If someone could give me an example I would really appreciate
> it.
>
> -Sheila

INSERT INTO permanent_table SELECT * from temptable;

Hope that helps,

Mike Mascari

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

Предыдущее
От: "omid omoomi"
Дата:
Сообщение: Re: [GENERAL] temporary tables
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] temporary tables