How to select all columns and insert into other table - Mailing list pgsql-novice

From A B
Subject How to select all columns and insert into other table
Date
Msg-id dbbf25901002180210n4dc9d668t635fab34fc6cedba@mail.gmail.com
Whole thread Raw
Responses Re: How to select all columns and insert into other table
List pgsql-novice
Hello.

If tableA and tableB have the same columns but in differrent order

Is there a way to get

INSERT INTO tableA  SELECT * FROM tableB  LIMIT 1;

to work, that is, get the value in column  X to be placed in the
corresponding column in tableA  without listing all the columns?

pgsql-novice by date:

Previous
From: dipti shah
Date:
Subject: Define permissions at database level
Next
From: Jayadevan M
Date:
Subject: Re: How to select all columns and insert into other table