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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
