Temp Table

Поиск
Список
Период
Сортировка
От Bob Pawley
Тема Temp Table
Дата
Msg-id 009b01c8126e$9b539db0$6401a8c0@owner
обсуждение исходный текст
Ответы Re: Temp Table  (Ron Johnson <ron.l.johnson@cox.net>)
Список pgsql-general
When I fetch a row, as in the following, how do I copy the row's data into a temporary table so that I can process it??
 
begin work;
      Declare loop_set  Cursor
       for Select  one, two, three, four, five, six, seven from loop_import
       order by loop_id ;
     fetch next From loop_set;
 
 
Bob Pawley

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

Предыдущее
От: Lizhe.Xu@aphis.usda.gov
Дата:
Сообщение: Re: Problem of installation on Mac
Следующее
От: smiley2211
Дата:
Сообщение: Generating sql to capture fully qualified table names???