Small. Fast. Reliable.
Choose any three.

SQL As Understood By SQLite

DROP VIEW

drop-view-stmt:

The DROP VIEW statement removes a view created by the CREATE VIEW statement. The name specified is the view name. It is removed from the database schema, but no actual data in the underlying base tables is modified.


This page last modified 2009/07/31 12:35:28 UTC