DROP VIEW - remove a view
DROP VIEW name [, ...] [ CASCADE | RESTRICT ]
DROP VIEW drops an existing view. To execute this command you must be the owner of the view.
This command will remove the view called kinds:
DROP VIEW kinds;
This command conforms to the SQL standard, except that the standard only allows one view to be dropped per command.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |