Re: CREATE table1 FROM table2 - Mailing list pgsql-sql

From Nicolas JOUANIN
Subject Re: CREATE table1 FROM table2
Date
Msg-id CEEJJOCKHCPFNIOMMIDFCEEACHAA.n.jouanin@regie-france.com
Whole thread Raw
In response to CREATE table1 FROM table2  (Rado Petrik <r.p@szm.sk>)
List pgsql-sql
Hi,

Documentation says:

CREATE [ [ LOCAL ] { TEMPORARY | TEMP } ] TABLE table_name [ (column_name [,
...] ) ]    AS query

example : create table table1 as select * from table2;


> -----Message d'origine-----
> De : pgsql-sql-owner@postgresql.org
> [mailto:pgsql-sql-owner@postgresql.org]De la part de Rado Petrik
> Envoyé : mardi 17 juin 2003 17:21
> À : pgsql-sql@postgresql.org
> Objet : [SQL] CREATE table1 FROM table2
>
>
> Hi,
>
> How I create table1 from other table2 .
>
> "cp table1 table2"
>
> Thanks.
>
> --
> Rado Petrik <r.p@szm.sk>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend



pgsql-sql by date:

Previous
From: Achilleus Mantzios
Date:
Subject: Re: CREATE table1 FROM table2
Next
From: Tomasz Myrta
Date:
Subject: Re: CREATE table1 FROM table2