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 8046172  Update CREATE TABLE.md (#5398)
8046172 is described below

commit 8046172c31b7f8e027ac57b2a72c88c4de08e39e
Author: bookee <[email protected]>
AuthorDate: Mon Feb 22 16:08:18 2021 +0800

    Update CREATE TABLE.md (#5398)
    
    add "```" to ## keyword section, to fit markdown syntax.
---
 .../sql-reference/sql-statements/Data Definition/CREATE TABLE.md      | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

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 f6ffb3d..7103bc2 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   
@@ -644,7 +644,6 @@ under the License.
     PROPERTIES("replication_num" = "3");
     
 13. 创建一个内存表
-
 ```
     CREATE TABLE example_db.table_hash
     (
@@ -662,7 +661,6 @@ under the License.
 ```
 
 14. 创建一个hive外部表
-
 ```
     CREATE TABLE example_db.table_hive
     (
@@ -680,7 +678,7 @@ under the License.
 ```
 
 ## keyword
-
+```
     CREATE,TABLE
 
 ```


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

Reply via email to