Presto 0.76 Documentation

6.6. DROP VIEW

6.6. DROP VIEW

Synopsis

DROP VIEW view_name

Description

Drop an existing view.

Examples

Drop the view orders_by_date:

DROP VIEW orders_by_date