Commands
SHOW CREATE MATERIALIZED VIEW
Use the SHOW CREATE MATERIALIZED VIEW
command to see what query was used to create the specified materialized view.
Syntax
Parameters
Parameter | Description |
---|---|
mv_name | The materialized view to show the query of. |
Example
Here is the result.
Related topics
Was this page helpful?