Alter View Statement; Syntax Description Of Alter View; Considerations For Alter View; Example Of Alter View - HP Neoview SQL Reference Manual

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

ALTER VIEW Statement

"Syntax Description of ALTER VIEW"

"Considerations for ALTER VIEW"

"Example of ALTER VIEW"

The ALTER VIEW statement renames an object within the same schema. See
Names" (page
ALTER VIEW name alter-action
alter-action is:
RENAME TO new name
Syntax Description of ALTER VIEW
name
specifies the current name of the object. See
RENAME TO new-name
changes the logical name of the object within the same schema.
new-name
specifies the new name of the object after the RENAME TO operation occurs.
Considerations for ALTER VIEW
Authorization and Availability Requirements
To alter a view, you must be the view owner, the schema owner, or be granted the ALTER or
ALTER_VIEW privilege.
Example of ALTER VIEW
This example adds a column:
ALTER VIEW persnl.project
RENAME TO persnl.project2
54
SQL Statements
242).
"Database Object Names" (page
"Database Object
242).

Advertisement

Table of Contents
loading

Table of Contents