If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Temporary tables

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-07-11, 20:01
vijayreddy1243 vijayreddy1243 is offline
Registered User
 
Join Date: Aug 2011
Posts: 2
Temporary tables

Hi ,
I am new to DB2 . Can anyone please let me know how to create teamporary table with in a stored procedure and running a while loop on the temporary table.

Thanks,
Vijay
Reply With Quote
  #2 (permalink)  
Old 08-08-11, 02:01
przytula_guy przytula_guy is offline
Registered User
 
Join Date: Apr 2006
Location: Belgium
Posts: 1,159
if you are new, the first thing todo is to find the doc
Declaring global temporary tables
and read some chapters..
__________________
Best Regards, Guy Przytula
Database Software Consultant
DB2 UDB LUW Certified V7-V8-V9-V9.7 DB Admin - Dprop..
Information Server Datastage Certified
http://www.infocura.be
Reply With Quote
  #3 (permalink)  
Old 08-08-11, 04:38
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #4 (permalink)  
Old 08-08-11, 05:12
tonkuma tonkuma is offline
Registered User
 
Join Date: Feb 2008
Location: Japan
Posts: 2,193
Quote:
... to create teamporary table with in a stored procedure and running a while loop on the temporary table.
In my experience,
many of temporary tables were unnecessary.
(One of exceptional patterns may be sharing the temporary table(s) in multiple procedures.)

I thought same things in your procedure, especially if the process in the while loop was not so complex.
Reply With Quote
  #5 (permalink)  
Old 08-08-11, 19:15
vijayreddy1243 vijayreddy1243 is offline
Registered User
 
Join Date: Aug 2011
Posts: 2
Thank you all.Its very useful
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On