Presto 0.73 Documentation

4.11. DROP VIEW

4.11. DROP VIEW

Synopsis

DROP VIEW view_name

Description

Drop an existing view.

Examples

Drop the view orders_by_date:

DROP VIEW orders_by_date