jinyishu opened a new issue #2059: sql count 统计值为0时,结果返回 Empty set 
URL: https://github.com/apache/incubator-doris/issues/2059
 
 
   现象:
   mysql> select count(1) from test2 a  inner join test b  on a.did = b.did 
group by a.did;
   Empty set (1 min 27.16 sec)
   期望:返回值为 0

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


With regards,
Apache Git Services

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

Reply via email to