Re: APPEND INTO?

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема Re: APPEND INTO?
Дата
Msg-id c2d9e70e0512010732h698b5667ueddb7338ab7a1fa1@mail.gmail.com
обсуждение исходный текст
Ответ на APPEND INTO?  (Mark Fenbers <Mark.Fenbers@noaa.gov>)
Список pgsql-sql
On 12/1/05, Mark Fenbers <Mark.Fenbers@noaa.gov> wrote:
> 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
>

INSERT INTO table SELECT ....

--
regards,
Jaime Casanova
(DBA: DataBase Aniquilator ;)


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

Предыдущее
От: Mark Fenbers
Дата:
Сообщение: APPEND INTO?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: APPEND INTO?