Entering content frame

 VIEWCOLUMNS 

The system table VIEWCOLUMNS contains all the columns of the view tables for which the current user has privileges.

VIEWCOLUMNS

OWNER

CHAR(32)

Name of the owner of the view table

VIEWNAME

CHAR(32)

Name of the view table

VIEWCOLUMNNAME

CHAR(32)

Name of the column in the view table

TABLEOWNER

CHAR(32)

Name of the owner of the table that the used column belongs to

TABLENAME

CHAR(32)

Name of the table that the used column belongs to

COLUMNNAME

CHAR(32)

Original name of the column in the table

CREATEDATE

DATE(10)

Creation date of the view table

CREATETIME

TIME(8)

Creation time of the view table

See also:

Evaluating System Tables ® VIEWCOLUMNS

 

Leaving content frame