APPEND INTO?

Поиск
Список
Период
Сортировка
От Mark Fenbers
Тема APPEND INTO?
Дата
Msg-id 438F074A.3040004@noaa.gov
обсуждение исходный текст
Ответы Re: APPEND INTO?  (Jaime Casanova <systemguards@gmail.com>)
Re: APPEND INTO?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
I want to SELECT INTO mytable WHERE (criteria are met), except that I 
want to APPEND into an existing table the rows that are selected, 
instead of creating a new table (which SELECT INTO will do).  How can 
this be done?

(Is this what the "FOR UPDATE OF tablename" clause is for?)

Mark


В списке pgsql-sql по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Quote_literal()
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: APPEND INTO?