work on some tables in the same time.

Поиск
Список
Период
Сортировка
От Jerome Raupach
Тема work on some tables in the same time.
Дата
Msg-id 39BF91EC.6B7462BB@intelcom.fr
обсуждение исходный текст
Ответы Re: work on some tables in the same time.
Re: work on some tables in the same time.
Список pgsql-sql
I want to execute this query on some table2 in the same time :

INSERT INTO table2_n(f1, f2, f3)SELECT DISTINCT f1, f2, f3 FROM table1_n ;

------------------------------------------------------------------

CREATE TABLE table1_1( INT2 f1, INT2 f2, INT2 f3, INT2 f4 );
CREATE TABLE table1_2( INT2 f1, INT2 f2, INT2 f3, INT2 f4 );
...

CREATE TABLE table2_1( INT2 f1, INT2 f2, INT2 f3 );
CREATE TABLE table2_2( INT2 f1, INT2 f2, INT2 f3 );
...

------------------------------------------------------------------

Anyone can help me ?
Thanks in advance.

Jerome.


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

Предыдущее
От: Meszaros Attila
Дата:
Сообщение: Optimizing Multiply Joins ???
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Optimizing Multiply Joins ???