Dnia 2003-06-17 17:20, Użytkownik Rado Petrik napisał:
> Hi,
>
> How I create table1 from other table2 .
>
> "cp table1 table2"
create table2 as select * from table1;
It is described in Postgresql documentation SQL Commands -> "create table as"
Regards,
Tomasz Myrta