Recommended Servers for MySQL
The world's most popular open source database
Contact a MySQL Representative
Login | Register
ALTER VIEW
ALTER VIEW view_name [(column_list)] AS select_statement
view_name
column_list
select_statement
Cette commande modifie la définition d'une vue. select_statement est le même que pour CREATE VIEW. See Section 21.2, « Syntaxe de CREATE VIEW ».
CREATE VIEW
Cette commande a été ajoutée en MySQL 5.0.1.
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.