Inserting data from one table to another

Поиск
Список
Период
Сортировка
От Krzysztof Walkiewicz
Тема Inserting data from one table to another
Дата
Msg-id 4B7BE8F8.9070005@op.pl
обсуждение исходный текст
Ответы Re: Inserting data from one table to another  (Thom Brown <thombrown@gmail.com>)
Re: Inserting data from one table to another  (Thom Brown <thombrown@gmail.com>)
Список pgsql-novice
Hi everybody!

I try to insert data from one table to another with:

INSERT INTO L_klienci_wysylka ('id_klienta','data_wys')(SELECT
'ID','data_wys' FROM 'I_klienci')

but I get:

4: Table not found in statement [INSERT INTO L_klienci_wysylka]

I'm sure that table L_klienci_wysylka exist because I can enter the data
manually.
I am using OpenOffice Base 3.2.0 with HSQL engine.

I know that this is PostgreSQL mailing list, but I can't get the answer
from OOBase mailing list.

Krzysztof

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

Предыдущее
От: "Machiel Richards"
Дата:
Сообщение: check_postgres
Следующее
От: Thom Brown
Дата:
Сообщение: Re: Inserting data from one table to another