Inserting data from one table to another - Mailing list pgsql-novice

From Krzysztof Walkiewicz
Subject Inserting data from one table to another
Date
Msg-id 4B7BE8F8.9070005@op.pl
Whole thread Raw
Responses Re: Inserting data from one table to another
Re: Inserting data from one table to another
List 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 by date:

Previous
From: "Machiel Richards"
Date:
Subject: check_postgres
Next
From: Thom Brown
Date:
Subject: Re: Inserting data from one table to another