SinyoWong commented on issue #28878:
URL: https://github.com/apache/doris/issues/28878#issuecomment-1914126871

   > I think there is an issue with the syntax of this query. Should it be 
written like this, eg : select * from ( select * from (select a1,a2,sum(a3) 
from table1 group by a1,a2) as tmp1 left join (select a1 as tb2_a1,a2 as 
tb2_a2,sum(a3) from table2 group by a1,a2) as tmp2 on tmp1.a1=tmp2.tb2_a1 and 
tmp1.a2=tmp2.tb2_a2 ) as tmp3
   
   YES, my mistake


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to