You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/08/05 11:53:13 UTC

[GitHub] [incubator-doris] imay commented on a change in pull request #1586: Help document collation (integration of help and documentation documents)

imay commented on a change in pull request #1586: Help document collation (integration of help and documentation documents)
URL: https://github.com/apache/incubator-doris/pull/1586#discussion_r310566405
 
 

 ##########
 File path: docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/manipulation_stmt.md
 ##########
 @@ -648,12 +647,8 @@
         
     4. 展示指定 db 的导入任务,指定 label 为 "load_example_db_20140102" ,state 为 "loading", 并按 LoadStartTime 降序排序
         SHOW LOAD FROM example_db WHERE LABEL = "load_example_db_20140102" AND STATE = "loading" ORDER BY LoadStartTime DESC;
-        
-    5. 展示指定 db 的导入任务 并按 LoadStartTime 降序排序,并从偏移量5开始显示10条查询结果
 
 Review comment:
   You should rebase master, or you will lose some documents information

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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