Skip to content

Commit

Permalink
Update view.md
Browse files Browse the repository at this point in the history
  • Loading branch information
melvynator committed Jan 26, 2024
1 parent 930ce11 commit 4273ae4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/en/sql-reference/statements/alter/view.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ sidebar_label: VIEW

You can modify `SELECT` query that was specified when a [materialized view](../create/view.md#materialized) was created with the `ALTER TABLE … MODIFY QUERY` statement without interrupting ingestion process.

The `allow_experimental_alter_materialized_view_structure` setting must be enabled.

This command is created to change materialized view created with `TO [db.]name` clause. It does not change the structure of the underling storage table and it does not change the columns' definition of the materialized view, because of this the application of this command is very limited for materialized views are created without `TO [db.]name` clause.

**Example with TO table**
Expand Down

0 comments on commit 4273ae4

Please sign in to comment.