You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/02/18 12:55:53 UTC

[GitHub] [incubator-doris] tianxdcx opened a new issue #2937: nonsupport limit offset syntax

tianxdcx opened a new issue #2937: nonsupport limit offset syntax
URL: https://github.com/apache/incubator-doris/issues/2937
 
 
   **Describe the bug**
   A clear and concise description of what the bug is.
   
   **To Reproduce**
   mysql> select * from testTable limit 3,1;
   ERROR 1064 (HY000): OFFSET requires an ORDER BY clause: LIMIT 3, 1
   
   **Expected behavior**
   support limit offset syntax, could return data
   
   **Screenshots**
   
   
   **Desktop (please complete the following information):**
    - OS: [centos 百度云创建的palo实例]
    - Version [3.1.5]
   
   
   

----------------------------------------------------------------
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: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org