Skip to content

Commit

Permalink
Update Materialized_view.md (StarRocks#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanJing-coder authored Jun 21, 2022
1 parent 9283ff9 commit 216960c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion using_starrocks/Materialized_view.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ EXPLAIN SELECT store_id, SUM(sale_amt) FROM sales_records GROUP BY store_id;
删除已经创建完成的物化视图:

~~~SQL
DROP MATERIALIZED VIEW IF EXISTS store_amt on sales_records;
DROP MATERIALIZED VIEW IF EXISTS store_amt;
~~~

删除处于创建中的物化视图,需要先取消异步任务,然后再删除物化视图,以表 `db0.table0` 上的物化视图 mv 为例:
Expand Down

0 comments on commit 216960c

Please sign in to comment.