Re: new table with a select - Mailing list pgsql-sql

From Julien Cigar
Subject Re: new table with a select
Date
Msg-id 4E561A6A.60807@ulb.ac.be
Whole thread Raw
In response to new table with a select  (ppdcc@sapo.pt)
Responses Re: new table with a select  (Florian Weimer <fweimer@bfk.de>)
List pgsql-sql
create table foo as select * from bar;

just add "where 1=2" if you just want the schema

On 08/25/2011 11:44, ppdcc@sapo.pt wrote:
>
>
> Hello to all,
>
>
> Can anybody tell me the sql instruction to create a new table with a
> select of other table?
>
> I need to create a new table based on paralell of a table of lines. Can
> anybody post to me a example?
>
> Can?t be a buffer, must be lines.
>
> Thanks
>
>
>
>
>
>
>


--
No trees were killed in the creation of this message.
However, many electrons were terribly inconvenienced.

Attachment

pgsql-sql by date:

Previous
From: ppdcc@sapo.pt
Date:
Subject: new table with a select
Next
From: Florian Weimer
Date:
Subject: Re: new table with a select