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/07/29 17:45:47 UTC

[GitHub] [incubator-doris] HangyuanLiu opened a new issue #4210: [BUG] multi predicate in correlation subquery analyze fail

HangyuanLiu opened a new issue #4210:
URL: https://github.com/apache/incubator-doris/issues/4210


   **Describe the bug**
   multi group by in correlation subquery analyze fail
   
   mysql> select * from t1 where v1 = (select min(v1) from t2 where t2.v1 = t1.v1 and t2.v2=t1.v2);
   ERROR 1064 (HY000): errCode = 2, detailMessage = errCode = 2, detailMessage = select list expression not produced by aggregation output (missing from GROUP BY clause?): `t2`.`v2`
   


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



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


[GitHub] [incubator-doris] morningman closed issue #4210: [BUG] multi predicate in correlation subquery analyze fail

Posted by GitBox <gi...@apache.org>.
morningman closed issue #4210:
URL: https://github.com/apache/incubator-doris/issues/4210


   


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



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