top of page
MySQL:
SHOW CREATE VIEW
Syntax:
SHOW CREATE VIEW view_name
This statement shows the CREATE VIEW statement that creates the named
view.
URL: https://dev.mysql.com/doc/refman/8.0/en/show-create-view.html
Example
bottom of page
Syntax:
SHOW CREATE VIEW view_name
This statement shows the CREATE VIEW statement that creates the named
view.
URL: https://dev.mysql.com/doc/refman/8.0/en/show-create-view.html