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

From Achilleus Mantzios
Subject Re: CREATE table1 FROM table2
Date
Msg-id Pine.LNX.4.44.0306171845010.26046-100000@matrix.gatewaynet.com
Whole thread Raw
In response to CREATE table1 FROM table2  (Rado Petrik <r.p@szm.sk>)
Responses Re: CREATE table1 FROM table2
List pgsql-sql
On 17 Jun 2003, Rado Petrik wrote:

> Hi, 
> 
> How I create table1 from other table2 . 
> 
> "cp table1 table2" 

create table table2 as select * from table1;

> 
> Thanks. 
> 
> 

-- 
==================================================================
Achilleus Mantzios
S/W Engineer
IT dept
Dynacom Tankers Mngmt
Nikis 4, Glyfada
Athens 16610
Greece
tel:    +30-210-8981112
fax:    +30-210-8981877
email:  achill at matrix dot gatewaynet dot com       mantzios at softlab dot ece dot ntua dot gr



pgsql-sql by date:

Previous
From: Devrim GUNDUZ
Date:
Subject: Re: CREATE table1 FROM table2
Next
From: "Nicolas JOUANIN"
Date:
Subject: Re: CREATE table1 FROM table2