The english documents is translated by machine. So It may has some mistake. We will fix them later
271 B
271 B
DROP VIEW
Description This statement is used to delete a logical view VIEW Grammar: DROP VIEW [IF EXISTS] [db_name.]view_name;
'35;'35; example
- If it exists, delete view example_view on example_db DROP VIEW IF EXISTS example_db.example_view;
keyword
DROP,VIEW