Rechercher une page de manuel
drop_view
Langue: en
Version: 2007-02-07 (ubuntu - 16/08/07)
Section: 7 (Divers)
NAME
DROP VIEW - remove a viewSYNOPSIS
DROP VIEW name [, ...] [ CASCADE | RESTRICT ]
DESCRIPTION
DROP VIEW drops an existing view. To execute this command you must be the owner of the view.
PARAMETERS
- name
- The name (optionally schema-qualified) of the view to remove.
- CASCADE
- Automatically drop objects that depend on the view (such as other views).
- RESTRICT
- Refuse to drop the view if any objects depend on it. This is the default.
EXAMPLES
This command will remove the view called kinds:
DROP VIEW kinds;
COMPATIBILITY
This command conforms to the SQL standard, except that the standard only allows one view to be dropped per command.
SEE ALSO
CREATE VIEW [create_view(7)]
11:18 Mon scan a montgallet: 550f a la fnac: 990f
11:18 11:18 Et ils ont trouve la tumeur ?
11:19 1118 quel tumeur? Enfin, j'en ai parle à un vendeur devant des
clients, il etait vert
11:21 1119 Plus vert tumeur!
11:18 11:18 Et ils ont trouve la tumeur ?
11:19 1118 quel tumeur? Enfin, j'en ai parle à un vendeur devant des
clients, il etait vert
11:21 1119 Plus vert tumeur!
Contenus ©2006-2009 Benjamin Poulain
Design ©2006-2009 Maxime Vantorre