Search Postgresql Archives

Temp Table

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux