Rechercher dans le manuel MySQL
A.6 MySQL 8.0 FAQ: Views
- A.6.1. Where can I find documentation covering MySQL Views?
- A.6.2. Is there a discussion forum for MySQL Views?
- A.6.3. What happens to a view if an underlying table is dropped or renamed?
- A.6.4. Does MySQL 8.0 have table snapshots?
- A.6.5. Does MySQL 8.0 have materialized views?
- A.6.6. Can you insert into views that are based on joins?
A.6.1. | Where can I find documentation covering MySQL Views? |
A.6.2. | Is there a discussion forum for MySQL Views? |
A.6.3. | What happens to a view if an underlying table is dropped or renamed? |
After a view has been created, it is possible to drop or alter a
table or view to which the definition refers. To check a view
definition for problems of this kind, use the
| |
A.6.4. | Does MySQL 8.0 have table snapshots? |
No. | |
A.6.5. | Does MySQL 8.0 have materialized views? |
No. | |
A.6.6. | Can you insert into views that are based on joins? |
It is possible, provided that your
You cannot insert into multiple tables with a single insert on a view. |
Document created the 26/06/2006, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/mysql-rf-faqs-views.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.