morrySnow commented on code in PR #1902:
URL: https://github.com/apache/doris-website/pull/1902#discussion_r1942209683


##########
docs/sql-manual/sql-statements/table-and-view/materialized-view/REFRESH-MATERIALIZED-VIEW.md:
##########
@@ -29,43 +29,75 @@ under the License.
 
 This statement is used to manually refresh the specified asynchronous 
materialized view
 
-syntax:
+## Syntax
 
 ```sql
-REFRESH MATERIALIZED VIEW mvName=multipartIdentifier (partitionSpec | COMPLETE 
| AUTO)
+REFRESH MATERIALIZED VIEW <mv_name> <refresh_type>
 ```
 
-Explanation:
+Where:
+```sql
+refresh_type
+  : [ <partitionSpec> | COMPLETE | AUTO ]

Review Comment:
   ```suggestion
     : { <partitionSpec> | COMPLETE | AUTO }
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to