Skip to main content

Dropping a View

Removes a view.

Syntax
DROP VIEW <view_name>

Parameters

{{< sql-section file="data/sql/views.json" data="droppingAView" >}}

Examples

Drop a view
DROP VIEW demo.example_view
Drop a specific view from a source
DROP VIEW Weather.SFWeatherElevation"Weather Conditions"