Outdated Version

You are viewing an older version of this section. View current production version.

DROP VIEW

Drop a view.

Syntax

DROP
    VIEW view_name

Remarks

  • DROP VIEW privileges are granted only to the user who created the view and to users with SUPER privileges.

Examples

memsql> DROP VIEW view_name;

Related Topics