Re: Copying data from one table to another

Поиск
Список
Период
Сортировка
От Björn Lundin
Тема Re: Copying data from one table to another
Дата
Msg-id c1qflv$nf8$1@news.hub.org
обсуждение исходный текст
Ответ на Copying data from one table to another  (Erwin Van de Velde <erwin.vandevelde@ua.ac.be>)
Список pgsql-general
Erwin Van de Velde wrote:

> Hi,
>
> I have to copy data from one table to another, and I was wondering if
> there is an easier way to do that than to have a lot of inserts one after
> another.

insert into target_table select * from source-table where ...;

Björn Lundin


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

Предыдущее
От: "Benson Lei"
Дата:
Сообщение: installation -- help ?
Следующее
От: Joe Maldonado
Дата:
Сообщение: postmaster out of memory....