|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 11/6/2009 6:15:50 AM
Posts: 2,
Visits: 9
|
|
Hi All,
How to enter a user comment to a table so it will appear after "help database" command ?
thanks
kostek
|
|
|
|
|
Forum Member
      
Group: Forum Members
Last Login: 2 days ago @ 7:45:03 AM
Posts: 39,
Visits: 169
|
|
After creating a table use COMMENT command to add comment to table or any other database objects
COMMENT [ON TABLE] databasename.tablename IS 'comment text' example
COMMENT ttmp.test_tbl IS 'Test Comment'
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 11/6/2009 6:15:50 AM
Posts: 2,
Visits: 9
|
|
works !
Thank you very much
|
|
|
|