Re: [GENERAL] temporary tables

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [GENERAL] temporary tables
Дата
Msg-id 200002161647.LAA02949@candle.pha.pa.us
обсуждение исходный текст
Ответ на temporary tables  ("sheila bel" <sheilabel@hotmail.com>)
Список pgsql-general
> Hi everyone,
>
> I'm trying to create a temporary table, store some data
> in it then after a while copy the data into another table
> and drop the temporary. I'm not sure exactly how this is
> done. I went to Mr. Momjian's Manual before posting this
> question and found the title of temporary tables at:
> http://www.postgresql.org/docs/aw_pgsql_book/node148.html
> but I was disappointed to find nothing in there.
> Reminded me of when I was looking for info about primary
> keys.

See chapter 8 on combining selects:

SELECT * INTO TEMP newtable FROM oldtable.


--
  Bruce Momjian                        |  http://www.op.net/~candle
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Mike Mascari
Дата:
Сообщение: Re: [GENERAL] temporary tables
Следующее
От: jose
Дата:
Сообщение: Re: [GENERAL] like '%6' does not match '%66'?