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


##########
docs/sql-manual/sql-statements/cluster-management/instance-management/SHOW-FRONTENDS-DISKS.md:
##########
@@ -1,7 +1,7 @@
 ---
 {
-    "title": "SHOW FRONTENDS DISKS",
-    "language": "en"
+"title": "SHOW-FRONTENDS-DISKS",

Review Comment:
   标题不要减号,改回来



##########
docs/sql-manual/sql-statements/table-and-view/table/SHOW-PARTITION-ID.md:
##########
@@ -24,32 +24,35 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-## SHOW-PARTITION-ID
+## Description
 
-### Name
+This statement is used to find the corresponding database name, table name, 
and partition name based on the partition ID.
 
-SHOW PARTITION ID
+## Syntax
 
-### Description
+```sql
+    SHOW PARTITION <partition_id>

Review Comment:
   ```suggestion
   SHOW PARTITION <partition_id>
   ```



##########
docs/sql-manual/sql-statements/table-and-view/materialized-view/SHOW-ALTER-TABLE-MATERIALIZED-VIEW.md:
##########
@@ -24,92 +24,84 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-
 ## Description
 
-This command is used to view the execution of the Create Materialized View job 
submitted through the 
[CREATE-MATERIALIZED-VIEW](../../table-and-view/materialized-view/CREATE-MATERIALIZED-VIEW.md)
 statement.
+This command is used to check the execution status of the materialized view 
creation job submitted via statement 
[CREATE-MATERIALIZED-VIEW](../../../sql-statements/table-and-view/materialized-view/CREATE-MATERIALIZED-VIEW.md)
 
 > This statement is equivalent to `SHOW ALTER TABLE ROLLUP`;
 
+## Syntax
+
 ```sql
 SHOW ALTER TABLE MATERIALIZED VIEW
-[FROM database]
+[FROM <database>]
 [WHERE]
 [ORDER BY]
 [LIMIT OFFSET]

Review Comment:
   ```suggestion
   [<where_clause>]
   [ORDER BY <order_by_key> [, ...]]
   [LIMIT <limit_rows> [ OFFSET <offset_rows>]
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to