Insert values from one existing table into a new table.

Поиск
Список
Период
Сортировка
От Jason
Тема Insert values from one existing table into a new table.
Дата
Msg-id 9srij6$gre$1@cronkite.temple.edu
обсуждение исходный текст
Ответы Re: Insert values from one existing table into a new table.  (Jeff Eckermann <jeff_eckermann@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: "Ilker Egilmez"
Дата:
Сообщение: problem: index on number not honoured
Следующее
От: "Wilco Boschman"
Дата:
Сообщение: Re: INSERT question