Archives of the TeradataForum
Message Posted: Fri, 24 Jan 2003 @ 12:10:06 GMT
Subj: | | Re: Display of comments in help database |
|
From: | | John Hall |
For databases and users, the comment string can be found in table DBC.DBASE - column COMMENTSTRING.
For tables, views and macros, the comment string can be found in table DBC.TVM - column COMMENTSTRING.
For columns of tables and views, the comment string can be found in table DBC.TVFIELDS - column COMMENTSTRING.
There's more (like triggers, stored procedures, etc), but the above is a good start.
Use the COMMENT command and don't try to update the DBC tables directly.
|