Indicates you want to comment on a table or view.
Must identify a table or view described in the CA Datacom Datadictionary. The comment is placed in text in CA Datacom Datadictionary.
Indicates you want to comment on a column.
The name of the column, qualified by the name of the table or view in which it appears. The column must be described in the CA Datacom Datadictionary. The comment is placed in text in CA Datacom Datadictionary.
The string-literal can be any character string literal enclosed between apostrophes.
To comment on more than one column in a table or view, do not use TABLE or COLUMN. Give the table or view name and a list of the form:
(column-name IS 'string-literal', column-name IS 'string-literal', column-name IS 'string-literal')
The column comments must be separated by commas and the list must be enclosed with parentheses. All columns named must appear in the same table or view and the table or view must be described in the CA Datacom Datadictionary.
|
Copyright © 2014 CA.
All rights reserved.
|
|