ALTER MATERIALIZED VIEW

简介: Use the ALTER MATERIALIZED VIEW statement to modify an existing materialized view in one or more of the following ways:To change its storage characteristicsTo change its refresh method, mode, or timeTo alter its structure so that it is a different type of materialized viewTo enable or disabl

Use the ALTER MATERIALIZED VIEW statement to modify an existing materialized view in one or more of the following ways:

To change its storage characteristics

To change its refresh method, mode, or time

To alter its structure so that it is a different type of materialized view

To enable or disable query rewrite

相关文章
|
3月前
|
关系型数据库 数据库 PostgreSQL
在 Postgres 中使用 Alter Table
【8月更文挑战第11天】
78 0
在 Postgres 中使用 Alter Table
|
4月前
|
SQL Oracle 关系型数据库
ALTER TABLE
【7月更文挑战第19天】ALTER TABLE 。
59 5
|
6月前
|
Oracle 关系型数据库 数据库
【已解决】ORA-00942: table or view does not exist
【已解决】ORA-00942: table or view does not exist
501 0
|
SQL Oracle 关系型数据库
Oracle-Materialized View解读
Oracle-Materialized View解读
795 0
|
SQL 分布式计算 Hadoop
SQL 语法--表特定语句--alter、drop、view | 学习笔记
快速学习 SQL 语法--表特定语句--alter、drop、view
309 0
SQL 语法--表特定语句--alter、drop、view | 学习笔记
|
SQL 数据可视化 数据库
SQL CREATE VIEW 语句
SQL CREATE VIEW 语句
121 0
ALTER TABLE
本文主要介绍如何对表相关的Sequence类型进行修改。
|
索引 关系型数据库 PostgreSQL
ALTER TABLE & ALTER TYPES
摘要: 主要的内容是alter, alter table, alter type, length, postgresql 9.2, rewrite, reindex,转换函数不需要重写表和索引
1515 0