SQL - DROP VIEW
Removes a view from the schema.
Syntax
DROP VIEW <viewName>
<viewName>Defines the view you want to remove.
Examples
-
Remove the class
Account:orientdb>
DROP VIEW Account
DROP VIEWRemoves a view from the schema.
Syntax
DROP VIEW <viewName>
<viewName> Defines the view you want to remove.Examples
Remove the class Account:
orientdb> DROP VIEW Account