Progress
SQL-89
Guide and Reference


DROP VIEW Statement

Deletes a view from the database.

SYNTAX
DROP VIEW view-name 

view-name

The name of the view to delete.

EXAMPLE

This example deletes the doc view from the database.

DROP VIEW doc. 

NOTES

SEE ALSO

CREATE SCHEMA Statement (ESQL Only), CREATE VIEW Statement, GRANT Statement, REVOKE Statement


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095