MySQL Tutorial/View/Drop View — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Версия 13:44, 26 мая 2010
Removing Views
To delete a view, use the DROP VIEW command.
DROP VIEW takes one argument: the name of the view to be dropped.
DROP VIEW [IF EXISTS] [<database>.]<name>