You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/08/09 06:50:58 UTC

[GitHub] [incubator-shardingsphere] lyy2002 opened a new issue #2839: LimitDecoratorMergedResult in subquery problem

lyy2002 opened a new issue #2839: LimitDecoratorMergedResult in subquery problem
URL: https://github.com/apache/incubator-shardingsphere/issues/2839
 
 
   
   sql :
   `SELECT
   	*
   FROM
   	(
   		SELECT
   			*
   		FROM
   			'order'
   		ORDER BY
   			id DESC
   		LIMIT 0,
   		10
   	) AS o
   LEFT JOIN order_item item ON item.order_id = o.id`
   
   
   Expectations are 20 results, and 10 results due to limit restrictions

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