RocMarshal commented on a change in pull request #18828:
URL: https://github.com/apache/flink/pull/18828#discussion_r810490688



##########
File path: docs/content.zh/docs/dev/table/sql/queries/with.md
##########
@@ -25,9 +25,9 @@ under the License.
 # WITH 语句
 {{< label Batch >}} {{< label Streaming >}}
 
-`WITH` provides a way to write auxiliary statements for use in a larger query. 
These statements, which are often referred to as Common Table Expression (CTE), 
can be thought of as defining temporary views that exist just for one query.
+`WITH` 语句提供了一种用于更大查询而编写辅助语句的方法。这些编写的语句通常被称为公用表表达式,表达式可以理解为仅针对某个查询而存在的临时视图。

Review comment:
       ```
   `WITH` 语句提供了一种编写辅助语句用于更大查询的方式。这些编写的语句通常被称为公用表表达式(Common Table Expression 
(CTE)),表达式可以理解为仅针对某个查询而存在的临时视图。
   ```

##########
File path: docs/content.zh/docs/dev/table/sql/queries/with.md
##########
@@ -25,9 +25,9 @@ under the License.
 # WITH 语句

Review comment:
       ```suggestion
   <a name="with-clause"></a>
   
   # WITH 语句
   ```
   
   And what do you think about translating 'clause' into '子句' ?




-- 
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]


Reply via email to