You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by lu...@apache.org on 2023/04/19 15:31:34 UTC

[doris] branch master updated: Update materialized-view.md (#18827)

This is an automated email from the ASF dual-hosted git repository.

luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new fa2a50f4c1 Update materialized-view.md (#18827)
fa2a50f4c1 is described below

commit fa2a50f4c181090b56892452f2545556f1755aef
Author: lljqy <78...@qq.com>
AuthorDate: Wed Apr 19 23:31:23 2023 +0800

    Update materialized-view.md (#18827)
---
 docs/en/docs/advanced/materialized-view.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/docs/advanced/materialized-view.md b/docs/en/docs/advanced/materialized-view.md
index f3834fd313..b4d50cd2a0 100644
--- a/docs/en/docs/advanced/materialized-view.md
+++ b/docs/en/docs/advanced/materialized-view.md
@@ -164,7 +164,7 @@ You can view the specific syntax[SHOW CREATE MATERIALIZED VIEW](../sql-manual/sq
 ### Cancel Create materialized view
 
 ```text
-CANCEL ALTER MATERIALIZED VIEW FROM db_name.table_name
+CANCEL ALTER TABLE MATERIALIZED VIEW FROM db_name.table_name
 ```
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org