ALTER ALIAS statement
The ALTER ALIAS statement specifies changes to the definition of an alias.
ALTER ALIAS aliasOwner 1 .aliasName 1 | This option specifies the fully qualified name of the alias to be modified. | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
OWNER aliasOwner 2 | This option specifies the new owner of the alias. | ||||||||||
NAME aliasName 2 | This option specifies the new name of the alias. | ||||||||||
TABLE | This option specifies the fully qualified name or name of the table or view that the alias references. The following table lists valid values for the TABLE parameter. TABLE parameter values
| ||||||||||
COMMENT 'string' | This option specifies a comment for the alias. | ||||||||||
NOCOMMENT | This option removes an existing comment. | ||||||||||
LABEL 'string' | This option specifies a label for the alias. | ||||||||||
NOLABEL | This option removes an existing label. |
Related topic