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 > select ddl

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-31-06, 19:08
redwolf redwolf is offline
Registered User
 
Join Date: Apr 2004
Posts: 179
select ddl

Does any have a sql query that creates the ddl for creating a table and granting permissions?
Reply With Quote
  #2 (permalink)  
Old 06-01-06, 03:00
Wim Wim is offline
Registered User
 
Join Date: Nov 2004
Posts: 1,279
Do you mean
Quote:
Does any have a sql query that creates the ddl for creating a table and granting permissions, based on an existing table in an existing database?
If so, look at the "db2look" utility that comes with DB2. It will give you all the CREATE TABLE, VIEW, INDEX, PK, FK, TRIGGER, GRANT, ... statements to create a brand new (and empty) database.
Otherwise, if you want to create the tables and grants from scratch, look at the CREATE TABLE and GRANT statements.

You can find all this information in DB2 infocenter site.
__________________
With kind regards . . . . . SQL Server 2000/2005/2008/2008 R2 Earned beers: 16
Wim
Beware of bugs in the above code; I have only proved it correct, not tried it. -- Donald Knuth
Grabel's Law: 2 is not equal to 3 -- not even for very large values of 2.
Pat Phelan's Law: 2 very definitely CAN equal 3 -- in at least two programming languages
Reply With Quote
  #3 (permalink)  
Old 06-01-06, 07:18
redwolf redwolf is offline
Registered User
 
Join Date: Apr 2004
Posts: 179
select ddl

No, I want to be able to build the create statement and grants for an existing table dynamically, by selecting the information from the syscat tables.

Thanks
Reply With Quote
  #4 (permalink)  
Old 06-01-06, 09:23
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Does db2look server your purpose ?

Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
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