Skip to content
Dell Data Analytics Engine 413-e.18 LTS logo
SHOW CREATE MATERIALIZED VIEW
Type to start searching
    • SQL statement syntax
    • Overview
    • Features, use cases, and support
    • For all users
    • Starburst Enterprise web UI
    • Clients
    • Data products
    • Insights
    • For data engineers
    • Query optimizer
    • Developer guide
    • For platform administrators
    • Manual installation and license
    • Deploying with Kubernetes
    • Performance, logging, and governance features
    • Security
    • Starburst Enterprise REST API
    • Data sources
    • Connector overview
    • Object storage connectors
    • Non-object storage connectors
    • Utilities
    • Starburst connectors feature matrix
    • SQL reference
    • SQL language
    • SQL statement syntax
      • Statement listing
        • Statements A-F
        • Statements G-R
        • Statements S-Z
    • Functions and operators
    • Version information
    • 413-e.18 LTS and others
    • Release notes
    • Appendix
    • Version-specific notices and information
    •  
    • SHOW CREATE MATERIALIZED VIEW
      • Synopsis
      • Description
      • See also

    SHOW CREATE MATERIALIZED VIEW#

    Synopsis#

    SHOW CREATE MATERIALIZED VIEW view_name
    

    Description#

    Show the SQL statement that creates the specified materialized view view_name.

    See also#

    • CREATE MATERIALIZED VIEW

    • DROP MATERIALIZED VIEW

    • REFRESH MATERIALIZED VIEW

    Previous SHOW COLUMNS
    Next SHOW CREATE SCHEMA