DROP VIEW

Advantage SQL Engine

Deletes a view from the database

Syntax

DROP VIEW <view-name>

 

Remarks

CASCADE, RESTRICT not supported.

Views are supported through the use of the Advantage Data Dictionary. DROP VIEW statements must be executed on a valid dictionary connection, and from the dictionary administrator account.

Example(s)

DROP VIEW GoodCustomers

 

See Also

sp_ModifyViewProperty