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 > Add a Table description

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-27-09, 05:52
mattxx82 mattxx82 is offline
Registered User
 
Join Date: Jan 2009
Posts: 2
Add a Table description

Hi , I want to add a description to a table.
There's a way to do it with an sql comand?
Reply With Quote
  #2 (permalink)  
Old 01-27-09, 06:21
JAYANTA_DATTA JAYANTA_DATTA is offline
Registered User
 
Join Date: Oct 2004
Location: DELHI INDIA
Posts: 336
You can have COMMENT added to a Table to put some description:

e.g.

COMMENT ON TABLE EMPLOYEE.TEST_EMPLOYEEID IS 'This table stores dummy employee_id'
__________________

Jayanta Datta
DB2 UDB DBA
IBM India, Global Delivery
New Delhi
Reply With Quote
  #3 (permalink)  
Old 01-27-09, 06:27
mattxx82 mattxx82 is offline
Registered User
 
Join Date: Jan 2009
Posts: 2
Thanks , but i find this command :
label on table xx01/prova is 'Comment tabella'


that 's what i was looking for
Reply With Quote
  #4 (permalink)  
Old 01-27-09, 07:23
JAYANTA_DATTA JAYANTA_DATTA is offline
Registered User
 
Join Date: Oct 2004
Location: DELHI INDIA
Posts: 336
is it on DB2 V9.X on LUW? I knew about SECURITY LABEL, but to have description/comment on a table, the above is pretty much new to me.
__________________

Jayanta Datta
DB2 UDB DBA
IBM India, Global Delivery
New Delhi
Reply With Quote
  #5 (permalink)  
Old 01-27-09, 14:09
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
The syntax with the '/' is definitively not DB2 (and not SQL). Maybe that's for Oracle or so?
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
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