Drop View Statement; Syntax Description Of Drop View; Considerations For Drop View; Authorization And Availability Requirements - HP Neoview SQL Reference Manual

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

DROP VIEW Statement

"Syntax Description of DROP VIEW"

"Considerations for DROP VIEW"

"Example of DROP VIEW"

The DROP VIEW statement deletes a Neoview SQL view. See
DROP VIEW view
Syntax Description of DROP VIEW
view
is the name of the view to drop.
Considerations for DROP VIEW

Authorization and Availability Requirements

To drop a view, you must own the schema that contains the view.
Example of DROP VIEW
This example drops a view:
DROP VIEW mysch.myview;
100
SQL Statements
"Views" (page
254).

Advertisement

Table of Contents
loading

Table of Contents