tuichenchuxin commented on issue #13081:
URL: 
https://github.com/apache/shardingsphere/issues/13081#issuecomment-948399948


   @1327681842 
   When we use 
   `select count(distinct a),sum(b) from table`
   in sharding.
   We'll get actual sql like `select distinct a,sum(b) from table_1`, Then 
it'll execute error.
   So, This sql `select count(distinct a),sum(b) from table` is not supported 
by sharding.
   This issue is not related to `coalesce` function.


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


Reply via email to