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

From Devrim GUNDUZ
Subject Re: CREATE table1 FROM table2
Date
Msg-id Pine.LNX.4.44.0306171831230.20339-100000@emo.org.tr
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
Hi,

On 17 Jun 2003, Rado Petrik wrote:

> How I create table1 from other table2 . 

CREATE TABLE table1 AS SELECT * FROM table2;

will work.

Regards,
-- 
Devrim GUNDUZ
devrim@gunduz.org                devrim.gunduz@linux.org.tr         http://www.tdmsoft.com
http://www.gunduz.org



pgsql-sql by date:

Previous
From: Rado Petrik
Date:
Subject: CREATE table1 FROM table2
Next
From: Achilleus Mantzios
Date:
Subject: Re: CREATE table1 FROM table2