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 VIEWprivileges are granted only to the user who created the view and to users withSUPERprivileges.
Examples
memsql> DROP VIEW view_name;
Related Topics