Insert values from one existing table into a new table. - Mailing list pgsql-sql

From Jason
Subject Insert values from one existing table into a new table.
Date
Msg-id 9srij6$gre$1@cronkite.temple.edu
Whole thread Raw
Responses Re: Insert values from one existing table into a new table.  (Jeff Eckermann <jeff_eckermann@yahoo.com>)
List pgsql-sql
I want to insert the existing values of one table into a new table.  It
needs the combination of  these to sql commands:

"  insert into new_table values ( values_of_AtrributeA,
values_of_AttributesB) "
" select AttributeA, AttributeB from some_table "

Thanks for your suggestions!  -- Jason





pgsql-sql by date:

Previous
From: "Ilker Egilmez"
Date:
Subject: problem: index on number not honoured
Next
From: "Wilco Boschman"
Date:
Subject: Re: INSERT question