Home » Bigquery » Tutorials » Drop view

BigQuery Drop view

Deletes a view definition. The underlying data in the tables is not affected

Drop view example

DROP VIEW IF EXISTS mydataset.myview

Syntax reference

DROP VIEW [IF EXISTS] view_name