Temp Table

Поиск
Список
Период
Сортировка
От Bob Pawley
Тема Temp Table
Дата
Msg-id 009b01c8126e$9b539db0$6401a8c0@owner
обсуждение исходный текст
Ответы Re: Temp Table
Список 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 по дате отправления: