adding two tables

Поиск
Список
Период
Сортировка
От fx gamoy
Тема adding two tables
Дата
Msg-id 008701c4b102$651cbe50$0201a8c0@geodev0
обсуждение исходный текст
Ответы Re: adding two tables  (Tino Wildenhain <tino@wildenhain.de>)
Re: adding two tables  (Tino Wildenhain <tino@wildenhain.de>)
Список pgsql-general
hello everybody,
i ve got two big tables with the same structure.
 
i would like to add the second one to the first one directly without generating a sql file. (each table is about 1 Million line)
Is it a way with an sql command?
INSERT INTO TAB1... (select * from TAB2) ???
thanks
fx
 

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

Предыдущее
От: "Henriksen, Jonas F"
Дата:
Сообщение: about permissions...
Следующее
От: Tino Wildenhain
Дата:
Сообщение: Re: adding two tables