Move View
A view can be moved from one schema to another.Move View Syntax
sales_2017 view from the example_olap
schema to the example_archive schema:
Move View Example
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ALTER VIEW [<schema name>.]<view name>
< MOVE TO | SET SCHEMA > <new schema name>
sales_2017 view from the example_olap
schema to the example_archive schema:
ALTER VIEW example_olap.sales_2017
MOVE TO example_archive;