You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/05/30 08:05:21 UTC

[incubator-doris] branch master updated: [doc]Modify export example in en and zh-cn doc. (#9840)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 88325392d0 [doc]Modify export example in en and zh-cn doc. (#9840)
88325392d0 is described below

commit 88325392d0cd76ed41a4f2b6728c3caceead6f2d
Author: smallhibiscus <84...@qq.com>
AuthorDate: Mon May 30 16:05:17 2022 +0800

    [doc]Modify export example in en and zh-cn doc. (#9840)
    
    Co-authored-by: smallhibiscus <844981280>
---
 .../sql-reference/Data-Manipulation-Statements/Manipulation/EXPORT.md   | 2 +-
 .../sql-reference/Data-Manipulation-Statements/Manipulation/EXPORT.md   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/EXPORT.md b/docs/en/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/EXPORT.md
index 46c68574d6..c5b92abe23 100644
--- a/docs/en/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/EXPORT.md
+++ b/docs/en/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/EXPORT.md
@@ -139,7 +139,7 @@ WITH BROKER "broker_name"
 4. Export the row with k1 = 1 in the testTbl table to hdfs.
 
 ```sql
-EXPORT TABLE testTbl TO "hdfs://hdfs_host:port/a/b/c" WHERE k1=1 
+EXPORT TABLE testTbl WHERE k1=1 TO "hdfs://hdfs_host:port/a/b/c" 
 WITH BROKER "broker_name" 
 (
   "username"="xxx",
diff --git a/docs/zh-CN/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/EXPORT.md b/docs/zh-CN/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/EXPORT.md
index 29fb0eb148..7b62a13dac 100644
--- a/docs/zh-CN/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/EXPORT.md
+++ b/docs/zh-CN/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/EXPORT.md
@@ -138,7 +138,7 @@ WITH BROKER "broker_name"
 4. 将 testTbl 表中 k1 = 1 的行导出到 hdfs 上。
 
 ```sql
-EXPORT TABLE testTbl TO "hdfs://hdfs_host:port/a/b/c" WHERE k1=1 
+EXPORT TABLE testTbl WHERE k1=1 TO "hdfs://hdfs_host:port/a/b/c" 
 WITH BROKER "broker_name" 
 (
   "username"="xxx",


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