Skip to main content
Alters the configuration of a view. The following facet of a view can be altered:

Move View

A view can be moved from one schema to another.
Move View Syntax
All dependent views, materialized views, streams, and SQL procedures will be dropped. For example, to move the sales_2017 view from the example_olap schema to the example_archive schema:
Move View Example