Examples for business, study, careers, love, and more...
Examples :: MYSQL Examples :: Example of alter view mysql

Example Of ALTER View Mysql Statement:




ALTER
[ALGORITHM = {UNDEFINED | MERGE | TEMPTABLE}]
[DEFINER = { user | CURRENT_USER }]
[SQL SECURITY { DEFINER | INVOKER }]
VIEW view_name [(column_list)]
AS select_statement
[WITH [CASCADED | LOCAL] CHECK OPTION]