Re: [NOVICE] COPY from temp table to main table insted of INSERT INTO

Поиск
Список
Период
Сортировка
От Andreas Kretschmer
Тема Re: [NOVICE] COPY from temp table to main table insted of INSERT INTO
Дата
Msg-id d0417519-5358-6177-9ef5-893a288d0fa1@a-kretschmer.de
обсуждение исходный текст
Ответ на Re: [NOVICE] COPY from temp table to main table insted of INSERT INTO  (Stephen Froehlich <s.froehlich@cablelabs.com>)
Ответы Re: [NOVICE] COPY from temp table to main table insted of INSERT INTO
Список pgsql-novice

Am 11.07.2017 um 19:04 schrieb Stephen Froehlich:
> I have already copied the source data over from R in an unnormalized
> form and then am normalizing it in SQL (via a series of queries).

in this case you can use insert into ... select ... from ...

Regards, Andreas

--
2ndQuadrant - The PostgreSQL Support Company.
www.2ndQuadrant.com



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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: [NOVICE] COPY from temp table to main table insted of INSERT INTO
Следующее
От: Stephen Froehlich
Дата:
Сообщение: Re: [NOVICE] COPY from temp table to main table insted of INSERT INTO