EmmyMiao87 commented on issue #645: Query error with union all containing join 
predicate
URL: https://github.com/apache/incubator-doris/issues/645#issuecomment-465916193
 
 
   Query error : select 1 from t1, t1 as t11 where t1.k1=t11.k1 union all 
select 2 from t1 where 1=2; The predicate 1=2 does not belong to any tuple. It 
is allocated to the first stmt when it has a join predicate.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to