Skip to main content

DROP VIEW

Remove a view.

Syntax

Parameters

ParameterDescription
IF EXISTSDo not raise an error if the view does not exist
view_nameName of the view to remove

Examples

DROP VIEW IF EXISTS recent_articles;

See also