SQL - DROP VIEW

Removes a aview from the schema.

Syntax

DROP VIEW <viewName>
  • <viewName> Defines the view you want to remove.

Examples

  • Remove the class Account:

    orientdb> DROP VIEW Account
    

results matching ""

    No results matching ""