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

yangzhg 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 b098261  docs(Doc): correct wrong num in create table help doc (#5365)
b098261 is described below

commit b098261253053311997125b8560fa41d2dcb9818
Author: Yuan Liu <[email protected]>
AuthorDate: Sat Feb 20 10:07:48 2021 +0800

    docs(Doc): correct wrong num in create table help doc (#5365)
    
    Co-authored-by: liuyuan <[email protected]>
---
 docs/en/sql-reference/sql-statements/Data Definition/CREATE TABLE.md  | 4 ++--
 .../sql-reference/sql-statements/Data Definition/CREATE TABLE.md      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/en/sql-reference/sql-statements/Data Definition/CREATE 
TABLE.md b/docs/en/sql-reference/sql-statements/Data Definition/CREATE TABLE.md
index f1e4668..08096a1 100644
--- a/docs/en/sql-reference/sql-statements/Data Definition/CREATE TABLE.md      
+++ b/docs/en/sql-reference/sql-statements/Data Definition/CREATE TABLE.md      
@@ -604,7 +604,7 @@ Syntax:
     PROPERTIES("replication_num" = "3");
 ```
 
-12. Create a inmemory table:
+13. Create a inmemory table:
 
 ```
     CREATE TABLE example_db.table_hash
@@ -622,7 +622,7 @@ Syntax:
     PROPERTIES ("in_memory"="true");
 ```
 
-13. Create a hive external table
+14. Create a hive external table
 ```
     CREATE TABLE example_db.table_hive
     (
diff --git a/docs/zh-CN/sql-reference/sql-statements/Data Definition/CREATE 
TABLE.md b/docs/zh-CN/sql-reference/sql-statements/Data Definition/CREATE 
TABLE.md
index 00d9c68..f6ffb3d 100644
--- a/docs/zh-CN/sql-reference/sql-statements/Data Definition/CREATE TABLE.md   
+++ b/docs/zh-CN/sql-reference/sql-statements/Data Definition/CREATE TABLE.md   
@@ -661,7 +661,7 @@ under the License.
     PROPERTIES ("in_memory"="true");
 ```
 
-13. 创建一个hive外部表
+14. 创建一个hive外部表
 
 ```
     CREATE TABLE example_db.table_hive


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

Reply via email to