insert into help - Mailing list pgsql-sql

From Nicholas I
Subject insert into help
Date
Msg-id AANLkTi=1-bAfOTtpkgrTGmDioKetTud2aKwBNup3_raE@mail.gmail.com
Whole thread Raw
Responses Re: insert into help  (Guillaume Lelarge <guillaume@lelarge.info>)
Re: insert into help  (venkat <ven.tammineni@gmail.com>)
List pgsql-sql
Hi, <br /><br /> i have two tables, <br />---------------------------------------------------------------<br
/><b>table1<br/><br />id type serial, name varchar;</b><br
/><b>--------------------------------------------------------------<br/> table 2<br /><br />name varchar;</b><br
/>---------------------------------------------------------------<br/><br />i want to insert the values of table 2 into
table1, with automatic id's.<br /><br />insert into table1(select * from table2);<br /><br />is not working, how can i
appendthe data to table 1 with auto incremented or nextval.<br /><br />-Nicholas I<br /> 

pgsql-sql by date:

Previous
From: Adrian Johnson
Date:
Subject: Re: Help with queries.
Next
From: Guillaume Lelarge
Date:
Subject: Re: insert into help