MySQL 9.1 Release Notes
To obtain metadata about views:
Query the
VIEWS
table of theINFORMATION_SCHEMA
database. See Section 28.3.47, βThe INFORMATION_SCHEMA VIEWS Tableβ.Use the
SHOW CREATE VIEW
statement. See Section 15.7.7.14, βSHOW CREATE VIEW Statementβ.