![]() |
|
Archives of the TeradataForumMessage Posted: Fri, 07 Dec 2007 @ 19:10:37 GMT
You will have to go against the DBC table to generate comments for you:
select
'COMMENT ON ' || TRIM(DATABASENAME) || '.' || TRIM(TABLENAME) || '.' ||
TRIM(COLUMNNAME) || ' IS ' || '''' || COMMENTSTRING || '''' || ';'
/*select * */
from dbc.columns
| ||||||||||||||||||||||||||||||||||||||||||||||||
| | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||