Important
Helios features are now enabled during weekly update windows and are no longer directly tied to SingleStore engine releases. Refer to the release notes to view the latest features available in your Helios cluster.
DROP VIEW
On this page
The DROP VIEW command drops a view.
Syntax
DROP VIEW [IF EXISTS] <view_name>;Remarks
-
DROP VIEWprivileges are granted only to the user who created the view . -
This command causes implicit commits.
Refer to COMMIT for more information. -
Refer to the Permissions Matrix for the required permissions.
Examples
DROP VIEW inventory_view;
DROP VIEW IF EXISTS inventory_view;
Related Topics
Last modified: