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
Список 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 по дате отправления: