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 > Store admin view data in tables

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-02-11, 11:40
deshaipet deshaipet is offline
Registered User
 
Join Date: Aug 2008
Posts: 76
Store admin view data in tables

Hi Friends,

I have a task to store the admin view data in tables. What would be the best way to do that ?

Should I write some stored procedures or please suggest the best method.

Thanks,
Pandit
Reply With Quote
  #2 (permalink)  
Old 11-02-11, 12:50
tonkuma tonkuma is online now
Registered User
 
Join Date: Feb 2008
Location: Japan
Posts: 2,193
Use simple insert statement, like...
INSERT INTO <your-table>
SELECT ... FROM <admin-view>;
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