How to select all columns and insert into other table

Поиск
Список
Период
Сортировка
От A B
Тема How to select all columns and insert into other table
Дата
Msg-id dbbf25901002180210n4dc9d668t635fab34fc6cedba@mail.gmail.com
обсуждение исходный текст
Ответы Re: How to select all columns and insert into other table  (Jayadevan M <Jayadevan.Maymala@ibsplc.com>)
Список 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 по дате отправления:

Предыдущее
От: dipti shah
Дата:
Сообщение: Define permissions at database level
Следующее
От: Jayadevan M
Дата:
Сообщение: Re: How to select all columns and insert into other table