PreviousSQL Engine Reference (9.1 revision 1) Next

DROP VIEW

Show this topic in Library frames

This statement removes a specified view from the database.

Syntax

DROP VIEW view-name 

Remarks

[CASCADE | RESTRICT] is not supported.

Examples

The following statement drops the vw_person view definition from the dictionary.

DROP VIEW vw_person 

See Also

CREATE VIEW


Chapter contents
Publication contents

Prev topic: DROP TRIGGER
Next topic: END