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/07/19 06:07:31 UTC

[GitHub] [incubator-doris] zhuyuncheng commented on issue #1509: This code whether only limit operations are supported and offset operations are not supported?

zhuyuncheng commented on issue #1509: This code whether only limit operations are supported and offset operations are not supported?
URL: https://github.com/apache/incubator-doris/issues/1509#issuecomment-513103898
 
 
   > We support both limit and offset. When there is an order by clause, offset will effect. However if there is no order by clause, data is not ordered, and offset is useless, so we ignore offset.
   
   `SHOW LOAD FROM xx ORDER BY CreateTime DESC LIMIT 3,2`  This query offet is not supported.

----------------------------------------------------------------
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