Overview
Strengths
Use Cases
DROP VIEW [ IF EXISTS ] view_name;
IF EXISTS: Optional. This parameter indicates whether the view exists.view_name: View nameDROP VIEW orders_by_date;DROP VIEW IF EXISTS orders_by_date;
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback