Presto 334 Documentation

9.40. SHOW CREATE VIEW

9.40. SHOW CREATE VIEW#

Synopsis#

SHOW CREATE VIEW view_name

Description#

Show the SQL statement that creates the specified view.

See Also#

CREATE VIEW